aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbencollins <bencollins@53a565d1-3bb7-0310-b661-cf11e63c67ab>2003-07-13 01:37:14 +0000
committerbencollins <bencollins@53a565d1-3bb7-0310-b661-cf11e63c67ab>2003-07-13 01:37:14 +0000
commit1688f1a129fba3f5a3e06c5a7301b067d5052887 (patch)
tree4b53954d9b78d311c47fffbdb1ecae1f2ccf47b9
parent27d115782e482e5b74c32fa0ec6234582c8baf97 (diff)
downloadlibraw1394-1688f1a129fba3f5a3e06c5a7301b067d5052887.tar.gz
Ok, the Debian package was way out of sync with upstream
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@119 53a565d1-3bb7-0310-b661-cf11e63c67ab
-rw-r--r--debian/libraw1394.postinst.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/libraw1394.postinst.in b/debian/libraw1394.postinst.in
index d74fc34..a35e0ed 100644
--- a/debian/libraw1394.postinst.in
+++ b/debian/libraw1394.postinst.in
@@ -4,7 +4,7 @@
db_version 2.0
if [ "$1" = "configure" ]; then
- db_get libraw1394/dev/create_node
+ db_get libraw1394/dev/create_node || true
if [ "$RET" = "true" ]; then
echo -n "Creating device node /dev/raw1394... "