From 8780b3be38657f80c457da0e568432f7ece3d0e0 Mon Sep 17 00:00:00 2001
From: Joe Rayhawk <jrayhawk@omgwallhack.org>
Date: Sat, 8 Sep 2012 18:29:48 -0700
Subject: Initial commit: script and packaging

---
 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..3e859e2
--- /dev/null
+++ b/debian/fswarn.postinst
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+
+  configure)
+
+    if [ "$2" = "" ]; then
+      mkdir /var/lib/fswarn || true
+    fi
+
+    ;;
+
+  *)
+    ;;
+
+esac
-- 
cgit v1.2.3