From 7f1e5885e19830de5337ad505bc218d16ec0374a Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Sun, 1 Dec 2013 20:20:18 -0800 Subject: Initial commit --- debian/fswarn.postinst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 debian/fswarn.postinst (limited to 'debian/fswarn.postinst') diff --git a/debian/fswarn.postinst b/debian/fswarn.postinst new file mode 100644 index 0000000..a22b368 --- /dev/null +++ b/debian/fswarn.postinst @@ -0,0 +1,18 @@ +#!/bin/sh + +set -e + +case "$1" in + + configure) + + if [ "$2" = "" ]; then + mkdir /var/lib/iptables-rrdtool || true + fi + + ;; + + *) + ;; + +esac -- cgit v1.2.3