Don't use an explicit path in the postinst
authorEvan Broder <broder@mit.edu>
Sat, 6 Dec 2008 20:02:25 +0000 (15:02 -0500)
committerEvan Broder <broder@mit.edu>
Sat, 6 Dec 2008 20:02:25 +0000 (15:02 -0500)
svn path=/trunk/packages/xvm-prodconfig/; revision=1794

debian/changelog
debian/xvm-prodconfig.postinst

index 6c43cea..de1982a 100644 (file)
@@ -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 <broder@mit.edu>  Sat, 06 Dec 2008 14:43:02 -0500
+ -- Evan Broder <broder@mit.edu>  Sat, 06 Dec 2008 14:53:00 -0500
 
 xvm-prodconfig (1.1.0) unstable; urgency=low
 
index 0ea467b..a5de4d0 100755 (executable)
@@ -21,7 +21,7 @@ set -x
 
 case "$1" in
     configure)
-       /usr/sbin/invirt-reload
+       invirt-reload
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)