r3: * postinst - provjera postojanosti direktorija apache, apache2,
[php5-cn.git] / debian / postrm
1 #!/bin/sh
2
3 set -e
4
5 if [ "$1" = purge -a -e /usr/share/debconf/confmodule ]; then
6         . /usr/share/debconf/confmodule
7         db_purge
8 fi
9
10 exit 0