Masato Taruishi
taru****@users*****
2004年 9月 25日 (土) 14:18:29 JST
=================================================================== RCS file: ultrapossum/debian/ultrapossum-server.postinst,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ultrapossum/debian/ultrapossum-server.postinst 2004/09/24 03:46:07 1.29 +++ ultrapossum/debian/ultrapossum-server.postinst 2004/09/25 05:18:29 1.30 @@ -131,6 +131,17 @@ #DEBHELPER# +if test "x$1" = "xconfigure"; then + if test -f "/etc/ultrapossum/debian.cf"; then + . /etc/ultrapossum/debian.cf + if test "x$TEST_ON_UPGRADE" != "x"; then + if test -x "/usr/sbin/ultrapossum-test"; then + /usr/sbin/ultrapossum-test + fi + fi + fi +fi + exit 0