]> git.donarmstrong.com Git - debbugs.git/blob - debian/postinst
[project @ 2000-10-07 14:22:22 by joy]
[debbugs.git] / debian / postinst
1 #!/bin/sh -e
2
3 if [ "$1" = "configure" -a -z "$2" -a ! -f /etc/debbugs/config ]; then
4   /usr/sbin/debbugsconfig
5 fi
6
7 #DEBHELPER#