Added some code to peer into a data structure in Maemian/Schedule.pm. Also added the
[maemian] / nokia-lintian / testset / debconf / debian / debconf-test-preinst.postrm
1 #!/bin/sh
2 set -e
3 if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
4     . /usr/share/debconf/confmodule
5     db_purge
6 fi
7 #DEBHELPER#