#!/bin/sh post_upgrade() { echo "Earlier NOTE:" echo "for previous installations of jobbot where db was still included" echo "it should be removed manually. New installations of jobbot just" echo "don't include it, and the upgrade of jobbot2 pkg creates a conflict" echo "with db and dbus." echo "NOTE on jobbot 0.7 and higher:" echo "Earlier editions of jobbot image had some scripts to help build pkgs" echo "stored in /usr/local/bin and are now included in the jobbot1 pkg" echo "Although we try to save and not replace any edited scripts you have" echo "with the same names, you may experience an upgrade problem or loss" echo "of your own. Ideally they are stored as $name.pacsave and new ones" echo "will be stores as $name.pacnew in the same directory" } post_install() { post_upgrade echo "Running the script ckchroot or executing pacman -Qe should only " echo "reveal two pkgs jobbot1 and jobbot2. If so you have the proper " echo "joborun minimal chroot" }