diff options
author | Joe Rayhawk <jrayhawk@fairlystable.org> | 2025-05-19 13:10:34 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@fairlystable.org> | 2025-05-19 13:10:34 -0700 |
commit | 5b1d3075e7a123761335bc196d38485fed7c90dd (patch) | |
tree | 45e7a143755c704e03f32c11524564fada5ce93e /debian/fswarn.postinst | |
parent | 326d9f4a7a1685d04d1f6b5fb3402bca2d23d4df (diff) | |
download | iptables-rrdtool-master.tar.gz iptables-rrdtool-master.zip |
Diffstat (limited to 'debian/fswarn.postinst')
-rw-r--r-- | debian/fswarn.postinst | 18 |
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 |