summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-debconf
diff options
context:
space:
mode:
authorunknown <unknown>2003-07-28 18:46:02 +0000
committerunknown <unknown>2003-07-28 18:46:02 +0000
commite46fb82442590ac3844fb4ac642c68ba2543eb44 (patch)
treee6726a82cd548f4225fc65a5898565d625af7339 /autoscripts/postrm-debconf
parentd579dae0cf159c50dcd902ff4a35590f7dcff395 (diff)
parent63e45075003b1d9fcff097b5644a81131c346653 (diff)
downloaddebhelper-e46fb82442590ac3844fb4ac642c68ba2543eb44.tar.gz
r961: This commit was manufactured by cvs2svn to create tag
'debian_version_4_0_3'.
Diffstat (limited to 'autoscripts/postrm-debconf')
-rw-r--r--autoscripts/postrm-debconf4
1 files changed, 0 insertions, 4 deletions
diff --git a/autoscripts/postrm-debconf b/autoscripts/postrm-debconf
deleted file mode 100644
index 5a61724d..00000000
--- a/autoscripts/postrm-debconf
+++ /dev/null
@@ -1,4 +0,0 @@
-if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
- . /usr/share/debconf/confmodule
- db_purge
-fi