From dbcab937da3742e116ed099f08d466e9a6737031 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Tue, 10 Sep 2013 02:25:58 -0700 Subject: [PATCH] fix the postinst script for xcat-server on ubuntu --- xCAT-server/debian/postinst | 1 - 1 file changed, 1 deletion(-) diff --git a/xCAT-server/debian/postinst b/xCAT-server/debian/postinst index b9f5c07f0..a7625fb7e 100644 --- a/xCAT-server/debian/postinst +++ b/xCAT-server/debian/postinst @@ -31,7 +31,6 @@ case "$1" in ln -sf /opt/xcat/sbin/xcatd /usr/sbin/xcatd #SHA1 has been get rid of after Squeeze released. Its functionality is also provided by Digest::SHA (which is in core). #but ipmi.pm need SHA1.pm, so create this link - cd - ;; abort-upgrade|abort-remove|abort-deconfigure)