From 40e06d5ace75102cd55629d9f9886aabea6efb9d Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sat, 6 Dec 2008 15:02:25 -0500 Subject: [PATCH] Don't use an explicit path in the postinst svn path=/trunk/packages/xvm-prodconfig/; revision=1794 --- debian/changelog | 3 ++- debian/xvm-prodconfig.postinst | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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) -- 1.7.9.5