- zahvat za rjesenje undivertanja grub/grub-probea lenny
authorDinko Korunic <kreator@carnet.hr>
Wed, 24 Feb 2010 13:47:57 +0000 (14:47 +0100)
committerDinko Korunic <kreator@carnet.hr>
Wed, 24 Feb 2010 13:47:57 +0000 (14:47 +0100)
debian/postinst
debian/preinst

index 291078f..a36cf36 100755 (executable)
@@ -69,6 +69,20 @@ echo "CN: Removed old symlinks in / and /boot."
 
 ################################################################################
 
+DIVERT_TO="grub grub-probe"
+
+echo -n "CN: Undiverting binaries:"
+for i in $DIVERT_TO; do
+    if [ -e /usr/sbin/$i.real ]; then
+            dpkg-divert --remove --rename --package 'kernel-2.6-cn' \
+                --divert /usr/sbin/$i.real /usr/sbin/$i >/dev/null
+        echo -n " $i"
+    fi
+done
+echo "."
+
+################################################################################
+
 # intro msg
 echo -n "CN: Configuring system (this will take a while):"
 
index b680d9a..f3f4740 100755 (executable)
@@ -49,18 +49,6 @@ fi
 
 ################################################################################
 
-DIVERT_TO="grub grub-probe"
-
-echo -n "CN: Undiverting binaries:"
-for i in $DIVERT_TO; do
-    if [ -e /usr/sbin/$i.real ]; then
-        dpkg-divert --remove --rename --package 'kernel-2.6-cn' \
-            --divert /usr/sbin/$i.real /usr/sbin/$i >/dev/null
-    fi
-    echo -n " $i"
-done
-echo "."
-
 # dh_installdeb will replace this with shell code automatically
 # generated by other debhelper scripts.