Fix postinst so device node gets created.

git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@131 53a565d1-3bb7-0310-b661-cf11e63c67ab
This commit is contained in:
bencollins 2003-09-26 13:35:59 +00:00
parent e89e0feee4
commit 2e8ba91c51
2 changed files with 6 additions and 4 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
libraw1394 (0.10.0-2) unstable; urgency=low
* Fix debconf stuff. Device gets created correctly now. Closes: #212394
-- Ben Collins <bcollins@debian.org> Fri, 26 Sep 2003 09:33:52 -0400
libraw1394 (0.10.0-1) unstable; urgency=low
* Maintainer changed to me (BenC). Taking over maintainership upstream and

View File

@ -4,13 +4,9 @@
db_version 2.0
if [ "$1" = "configure" ]; then
db_get libraw1394/dev/create_node || true
if [ "$RET" = "true" ]; then
echo -n "Creating device node /dev/raw1394... "
cd /dev && ./MAKEDEV raw1394
echo "done."
fi
fi
#DEBHELPER#