1 ## arg 1: the new package version
3 for dir in attachments cache licenses; do
4 chown http:http /var/lib/mindtouch/$dir
8 ## arg 1: the new package version
9 ## arg 2: the old package version
12 echo NOTE: Now you need to run mindtouch-update-db as root.
15 # arg 1: the old package version
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: