lintian doesn't like orphan packages with uploaders...
[debian/amanda] / debian / config
1 #!/bin/sh -e
2
3 . /usr/share/debconf/confmodule
4
5 # if both files exist, suggest they merge them
6 # if only one exists, the postinst moves it
7 if [ -f /var/lib/amandates ]; then
8   if [ -f /var/lib/amanda/amandates ]; then
9     db_input medium amanda-common/merge_amandates || true
10     db_go
11   fi
12 fi