- reimport Grub funkcije zbog device.mapa (nakon sto se regenerira, potrebno je i...
[kernel-cn.git] / debian / postinst
index 547ddad..deb7984 100755 (executable)
@@ -178,6 +178,9 @@ if [ ! -s "$device_map" ]; then
 fi
 echo -n " grub4"
 
+# import GRUB helper functions (again, updated device map)
+. /usr/share/kernel-2.6-cn/grub-functions.sh
+
 # get install device (0x80 BIOS device)
 install_device=$(grep '^(hd0)' "$device_map" | \
     sed -e 's%[^[:space:]]*[[:space:]]*\([^[:space:]]*\)%\1%')