From 8780b3be38657f80c457da0e568432f7ece3d0e0 Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Sat, 8 Sep 2012 18:29:48 -0700 Subject: Initial commit: script and packaging --- debian/fswarn.postrm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 debian/fswarn.postrm (limited to 'debian/fswarn.postrm') diff --git a/debian/fswarn.postrm b/debian/fswarn.postrm new file mode 100644 index 0000000..1c31ccd --- /dev/null +++ b/debian/fswarn.postrm @@ -0,0 +1,15 @@ +#!/bin/sh + +set -e + +case "$1" in + + purge) + rm -r /var/lib/fswarn/ || true + ;; + + *) + ;; + +esac + -- cgit v1.2.3