Revision 5cb95a53
Von Holger Lindemann vor mehr als 14 Jahren hinzugefügt
DEBIAN/DEBIAN/postrm | ||
---|---|---|
1 | 1 |
#!/bin/sh |
2 | 2 |
set -e |
3 |
echo "! Postrm $1 !" |
|
3 |
#set -x |
|
4 |
echo " ! "`date`" Postrm $1 !" >> /tmp/lxo-erp.log |
|
4 | 5 |
|
5 | 6 |
if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then |
6 | 7 |
rm -rf /var/lib/lx-office-erp/templates/* |
Auch abrufbar als: Unified diff
Deb-Pakete bauen, diveres Anpassungen