diff options
| author | 2003-07-13 01:40:37 +0000 | |
|---|---|---|
| committer | 2003-07-13 01:40:37 +0000 | |
| commit | f2f611bb614a0787def0dd2d46a4d46373909505 (patch) | |
| tree | 7ef7c22ee8ebddf4165996ba2eae6e15936543e4 /debian/libraw1394.config.in | |
| parent | Ok, the Debian package was way out of sync with upstream (diff) | |
Update Debian files.
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@120 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'debian/libraw1394.config.in')
| -rw-r--r-- | debian/libraw1394.config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/libraw1394.config.in b/debian/libraw1394.config.in new file mode 100644 index 0000000..e253348 --- /dev/null +++ b/debian/libraw1394.config.in @@ -0,0 +1,11 @@ +#!/bin/sh -e + +. /usr/share/debconf/confmodule +db_version 2.0 + +if [ "$1" = "configure" ]; then + if [ ! -c /dev/.devfsd -a ! -c /dev/raw1394 ]; then + db_input low libraw1394/device_node || true + db_go + fi +fi |
