jobcore/jobbot/jobbot.install

16 lines
475 B
Text
Raw Permalink Normal View History

2024-06-13 18:41:35 +02:00
#!/bin/sh
post_upgrade() {
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."
}
post_install() {
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"
}