updated on Mon Jan 16 00:01:41 UTC 2012
[aur-mirror.git] / boot-digest / boot-digest.install
blob55db18e34f5634eae25e0ae1cda713581c1b2ae2
1 # arg 1:  the new package version
2 post_install() {
3   echo "=> To run boot-digest at startup, add"
4   echo "   boot-digest to your DAEMONS array in /etc/rc.conf."
5   echo ""
6   echo "=> To run boot-digest after resume, add"
7   echo "   BootDigest yes"
8   echo "   to /etc/hibernate/common.conf."
9   echo ""
10   echo "=> Don't forget to run boot-digest-mark after the first install"
11   echo "   and everytime you change something on your boot partition."
14 post_upgrade() {
15   echo "=> Don't forget to run boot-digest-mark after the first install"
16   echo "   and everytime you change something on your boot partition."
19 op=$1
20 shift
21 [ "$(type -t "$op")" = "function" ] && $op "$@"