Inicijalna verzija paketa.
[mod-security-cn.git] / debian / postrm
1 #!/bin/sh
2
3 set -e
4
5 if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
6         . /usr/share/debconf/confmodule
7         db_purge
8 fi
9
10 exit 0