updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / perp / perp.install
blob260dbc066c14b0b4c0a7164891e4dd933caa8d0a
1 post_install() {
2 echo " >> to activate perp, run the commands "
3 echo " >> # perp-setup /etc/perp"
4 echo " >> # kill -HUP 1"
5 echo " >> become familiar with perp's configuration and operation. skim the manual pages for perp_intro(8), perpd(8), and perpetrate(5)."
8 post_upgrade() {
9 echo " >> If upgrading a previous perp installation, follow all the steps above. The perp-setup(8) utility script will not disturb any previous 
10 configuration it finds in any of /etc/inittab, /etc/rc.local, or /etc/perp/.boot."
11 echo " >> As a special case, if upgrading from perp-0.00 to a later release in"
12 echo " >> the perp-2.* series, it will be necessary to remove a couple of old"
13 echo " >> files from the earlier release manually. These are:"
14 echo " >> /usr/sbin/perpetrate"
15 echo " >> /usr/share/man/man8/perpetrate.8"
16