summaryrefslogtreecommitdiff
path: root/debian/romtal-sistem-dondurma.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/romtal-sistem-dondurma.postinst')
-rw-r--r--debian/romtal-sistem-dondurma.postinst13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/romtal-sistem-dondurma.postinst b/debian/romtal-sistem-dondurma.postinst
new file mode 100644
index 0000000..844c8d5
--- /dev/null
+++ b/debian/romtal-sistem-dondurma.postinst
@@ -0,0 +1,13 @@
+#!/bin/sh
+set -e
+
+case "$1" in
+ configure)
+ dpkg-trigger update-initramfs;;
+ *) exit 0;;
+esac
+
+#DEBHELPER#
+exit 0
+
+# vi: ts=4 noexpandtab