]> git.gag.com Git - debian/amanda/blob - config
5b622bbeb507d62db556ed5d3fdc6752b3972499
[debian/amanda] / 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