From: Evan Broder Date: Sat, 6 Dec 2008 20:02:25 +0000 (-0500) Subject: Don't use an explicit path in the postinst X-Git-Tag: 1.1.1~2 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/xvm-prodconfig.git/commitdiff_plain/40e06d5ace75102cd55629d9f9886aabea6efb9d?ds=inline Don't use an explicit path in the postinst svn path=/trunk/packages/xvm-prodconfig/; revision=1794 --- diff --git a/debian/changelog b/debian/changelog index 6c43cea..de1982a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ xvm-prodconfig (1.1.1) unstable; urgency=low * Move the .k5login for the production cluster into this package + * Don't use explicit paths in the postinst - -- Evan Broder Sat, 06 Dec 2008 14:43:02 -0500 + -- Evan Broder Sat, 06 Dec 2008 14:53:00 -0500 xvm-prodconfig (1.1.0) unstable; urgency=low diff --git a/debian/xvm-prodconfig.postinst b/debian/xvm-prodconfig.postinst index 0ea467b..a5de4d0 100755 --- a/debian/xvm-prodconfig.postinst +++ b/debian/xvm-prodconfig.postinst @@ -21,7 +21,7 @@ set -x case "$1" in configure) - /usr/sbin/invirt-reload + invirt-reload ;; abort-upgrade|abort-remove|abort-deconfigure)