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