75e41c9e1be082f91f85d9bf5e3f98cb2b25acd3
[kivitendo-erp.git] / DEBIAN / DEBIAN / postrm
1 #!/bin/sh
2 set -e
3 echo "! Postrm $1 !"
4
5 if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
6     rm -rf /var/lib/lx-office-erp/templates/*
7     rm -rf /usr/lib/lx-office-erp/config/*
8     rm -rf /etc/apache*/conf.d/lx-office-erp*
9     rm -f /usr/lib/lx-office-erp/lxdbinst.sql
10         . /usr/share/debconf/confmodule
11         db_purge
12 fi