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.postinst11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/dvb-apps.postinst b/debian/dvb-apps.postinst
new file mode 100644
index 0000000..b358197
--- /dev/null
+++ b/debian/dvb-apps.postinst
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+set -e
+
+if [ ! -e /dev/.devfsd ] ; then
+cd /dev && /sbin/MAKEDEV dvb
+fi
+
+#DEBHELPER#
+
+exit 0