summaryrefslogtreecommitdiff
path: root/debian/fswarn.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/fswarn.postinst')
-rw-r--r--debian/fswarn.postinst18
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/fswarn.postinst b/debian/fswarn.postinst
deleted file mode 100644
index a22b368..0000000
--- a/debian/fswarn.postinst
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
-
- configure)
-
- if [ "$2" = "" ]; then
- mkdir /var/lib/iptables-rrdtool || true
- fi
-
- ;;
-
- *)
- ;;
-
-esac