aboutsummaryrefslogtreecommitdiffstats
path: root/debian/dvb-apps.postinst
diff options
context:
space:
mode:
authorMark Purcell <msp@debian.org>2008-10-22 22:05:02 +1100
committeretobi <git@e-tobi.net>2013-09-03 09:48:44 +0200
commite60d1ba8d2ddcd1e5d7a26d352ad2a3b0e10e85d (patch)
tree1f91817362519fe1e2bb423c95e864ac3a17007a /debian/dvb-apps.postinst
parent174c5adb5812a68a12292e86e662ee0fadb58b72 (diff)
downloadlinux-dvb-apps-e60d1ba8d2ddcd1e5d7a26d352ad2a3b0e10e85d.tar.gz
Imported Debian patch 1.1.1+rev1207-4debian/1.1.1+rev1207-4
Diffstat (limited to 'debian/dvb-apps.postinst')
-rw-r--r--debian/dvb-apps.postinst6
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/dvb-apps.postinst b/debian/dvb-apps.postinst
index b358197..3a12ccf 100644
--- a/debian/dvb-apps.postinst
+++ b/debian/dvb-apps.postinst
@@ -2,8 +2,10 @@
set -e
-if [ ! -e /dev/.devfsd ] ; then
-cd /dev && /sbin/MAKEDEV dvb
+if [ -x /dev/MAKEDEV ]; then
+ echo "creating dvb devices..."
+ cd /dev
+ ./MAKEDEV dvb
fi
#DEBHELPER#