From 5b1d3075e7a123761335bc196d38485fed7c90dd Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Mon, 19 May 2025 13:10:34 -0700 Subject: fix install/purge hooks --- debian/fswarn.postinst | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 debian/fswarn.postinst (limited to 'debian/fswarn.postinst') 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 -- cgit v1.2.3