From 392974fc96fbad183b29680810f2c6e424cc1deb Mon Sep 17 00:00:00 2001 From: Dinko Korunic Date: Tue, 26 May 2009 16:52:51 +0200 Subject: [PATCH] - Valentinov fix za cp_check_and_sed gresku vezanu uz device map --- debian/postinst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/postinst b/debian/postinst index 45f8046..79a5a79 100755 --- a/debian/postinst +++ b/debian/postinst @@ -167,7 +167,8 @@ if [ ! -s "$device_map" ]; then if [ -f "$device_map.old" ]; then mv -f "$device_map.old" "$device_map" fi -else + +:q!else rm -f "$device_map.old" fi echo -n " grub4" @@ -190,8 +191,8 @@ if [ -h "$install_device" ]; then fi # try to fix device map with symlink resolved device if [ "x$install_device_resolved" != "x$install_device" ]; then - cp_check_and_sed '^(hd0)' \ - "s;^(hd0).*;(hd0) $install_device_resolved" "$device_map" \ + cp_check_and_sed '^\(hd0\)' \ + "s;^(hd0).*;(hd0) $install_device_resolved;" "$device_map" \ || true fi fi -- 1.7.10.4