summaryrefslogtreecommitdiffstats
path: root/debian/libraw1394.config.in
blob: e253348e27f7cc06fdf605e834a4548a1b620126 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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
1'>read: add object encapsulating identifierGravatar Peter McGoron 3-24/+49 2024-09-27Revert "add object helper functions"Gravatar Peter McGoron 3-159/+129 2024-09-27Revert "object: change to a stateful table"Gravatar Peter McGoron 4-95/+42 2024-09-27Revert "object: rename"Gravatar Peter McGoron 3-12/+8 2024-09-26object: renameGravatar Peter McGoron 3-8/+12 2024-09-26object: change to a stateful tableGravatar Peter McGoron 4-42/+95 2024-09-24add object helper functionsGravatar Peter McGoron 3-129/+159 2024-09-22miniscm: string->symbol and symbol->stringGravatar Peter McGoron 1-1/+17