fwcutter: Import the debian build scripts
[b43-tools.git] / fwcutter / debian / b43-fwcutter.postrm.debhelper
diff --git a/fwcutter/debian/b43-fwcutter.postrm.debhelper b/fwcutter/debian/b43-fwcutter.postrm.debhelper
new file mode 100644 (file)
index 0000000..bc035b9
--- /dev/null
@@ -0,0 +1,6 @@
+# Automatically added by dh_installdebconf
+if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
+       . /usr/share/debconf/confmodule
+       db_purge
+fi
+# End automatically added section