updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / mindtouch / mindtouch.install
blobd8de5557942746d57e6f7470ac3c30f911dc4924
1 ## arg 1:  the new package version
2 post_install() {
3   for dir in attachments cache licenses; do
4     chown http:http /var/lib/mindtouch/$dir
5   done
8 ## arg 1:  the new package version
9 ## arg 2:  the old package version
10 post_upgrade() {
11   echo
12   echo NOTE: Now you need to run mindtouch-update-db as root.
15 # arg 1:  the old package version
16 post_remove() {
17   echo
18   echo NOTE: Your MindTouch configuration is still available at \
19        /etc/webapps/mindtouch, and your data at /var/lib/mindtouch.
22 # vim:set ts=2 sw=2 et: