updated on Tue Jan 10 00:10:07 UTC 2012
[aur-mirror.git] / dtboost / dtboost.install
blobd3f083ba11d2c0958d725355473fe202b004594e
1 #This is install file fo dtboost
3 ## arg 1:  the new package version
4 post_install() {
5   test -f /.dtboost.log && rm /.dtboost.log 
6   echo "Please consider review of /etc/dtboost.conf, read comments included there"
7   echo "You need to have dtboost among deamons in /etc/rc.conf to have it started at boot, like:"
8   echo "DAEMONS=(aaaa bbbb dtboost)"
9   test -e /etc/dtboost.conf.pacnew && chmod 644 /etc/dtboost.conf.pacnew
10   chmod 644 /etc/dtboost.conf
11  } 
12   
13 post_upgrade() {
14         post_install
15         #/bin/true
17