aboutsummaryrefslogtreecommitdiffstats
path: root/debian/dvb-apps.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/dvb-apps.postinst')
-rw-r--r--debian/dvb-apps.postinst13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/dvb-apps.postinst b/debian/dvb-apps.postinst
new file mode 100644
index 0000000..3a12ccf
--- /dev/null
+++ b/debian/dvb-apps.postinst
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+set -e
+
+if [ -x /dev/MAKEDEV ]; then
+ echo "creating dvb devices..."
+ cd /dev
+ ./MAKEDEV dvb
+fi
+
+#DEBHELPER#
+
+exit 0