From 002b2ec9dfd2194cd661637b99a2fb02087922f6 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Tue, 5 Mar 2013 05:36:29 +0000 Subject: [PATCH] build xCAT-server on debian/ubuntu git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15383 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/debian/postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/debian/postinst b/xCAT-server/debian/postinst index 44867873b..24601c1a1 100644 --- a/xCAT-server/debian/postinst +++ b/xCAT-server/debian/postinst @@ -31,6 +31,7 @@ case "$1" in if [ -f "/proc/cmdline" ]; then # prevent running it during install into chroot image /etc/init.d/xcatd reload fi + rm /tmp/xCAT-server_upgrade.tmp fi 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).