updated on Fri Jan 6 04:00:21 UTC 2012
[aur-mirror.git] / phare / proto.install
blob9855764c58703366c17ba3353329031054f28aa3
1 ## arg 1:  the new package version
2 post_install() {
3     echo "When started, phare will start a web server on port 8080 sharing the contents of /srv/phare"
6 ## arg 1:  the old package version
7 post_remove() {
8     if [ -e /srv/phare ]; then
9         echo "Seems as though you have files remaining in /srv/phare, you'll have to remove it yourself"
10     fi
13 # vim:set ts=2 sw=2 et: