updated on Wed Jan 11 20:01:35 UTC 2012
[aur-mirror.git] / mailgraph / mailgraph.install
blob9f2470322af1cfdaefc891d22818503145b445d1
1 # arg 1: the new package version
2 post_install() {
3     echo "To start as a daemon put mailgraph in DAEMONS of your /etc/rc.conf"
6 # arg 1:  the new package version
7 # arg 2:  the old package version
8 post_upgrade() {
9         post_install $1
12 # arg 1:  the old package version
13 pre_remove() {
14     /bin/true
17 op=$1
18 shift
20 $op $*