git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1887 a1433add-5e2c-0410-b055-b7f2511e0802
pull/12/head
David Goodwin 8 years ago
parent b8051515db
commit 2bbf6c63d4

@ -19,6 +19,10 @@ if [ "$(readlink /etc/lighttpd/conf-available/postfixadmin)" = "../../postfixadm
rm -f /etc/lighttpd/conf-available/postfixadmin
fi
# See : https://sourceforge.net/p/postfixadmin/bugs/376/ - remove any existing templates_c files on upgrade.
if [ -d /usr/share/postfixadmin/templates_c ]; then
find /usr/share/postfixadmin/templates_c -type f -exec rm -r {} \;
fi
#DEBHELPER#
exit 0

Loading…
Cancel
Save