Changeset 802
- Timestamp:
- 04/10/07 21:09:09 (6 years ago)
- Location:
- pkg/main/parsix-installer/trunk
- Files:
-
- 3 edited
-
boot-tools.bm (modified) (3 diffs)
-
debian/changelog (modified) (1 diff)
-
parsix-installer (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pkg/main/parsix-installer/trunk/boot-tools.bm
r40 r802 740 740 } 741 741 742 parsix_grub(){742 final_cleanup(){ 743 743 PARSIXVER=`cat /etc/parsix-version | awk '{print $3}'` 744 744 sed -i "s/Debian GNU\/Linux/Parsix GNU\/Linux $PARSIXVER/g" $TARGET_MNT_POINT/boot/grub/menu.lst … … 763 763 rm -f $TARGET_MNT_POINT/etc/rc5.d/S99xsession 764 764 fi 765 766 if [ -x $TARGET_MNT_POINT/etc/rc5.d/S80xprep ]; then 767 rm -f $TARGET_MNT_POINT/etc/rc5.d/S80xprep 768 fi 769 770 for x in $TARGET_MNT_POINT/home/* 771 do 772 if [ -f $TARGET_MNT_POINT/home/$x/Desktop/parsix-installer.desktop ]; then 773 rm -f $TARGET_MNT_POINT/home/$x/Desktop/parsix-installer.desktop 774 fi 775 done 765 776 } 766 777 … … 823 834 then 824 835 install_grub 825 parsix_grub836 final_cleanup 826 837 else 827 838 install_lilo -
pkg/main/parsix-installer/trunk/debian/changelog
r96 r802 9 9 * Added `mkext2fs.1.gz` man page 10 10 * Removed template.bm, NEWS, debian/docs 11 * Renamed parsix_grub to ginal_cleanup 11 12 12 13 -- Alan Baghumian <alan@technotux.org> Sat, 24 Mar 2007 18:43:41 +0330 -
pkg/main/parsix-installer/trunk/parsix-installer
r801 r802 1089 1089 fi 1090 1090 1091 #cleaning unwanted link1092 if [ -x ./etc/rc5.d/S99xsession ]; then1093 rm -f ./etc/rc5.d/S99xsession1094 fi1095 1096 if [ -x ./etc/rc5.d/S80xprep ]; then1097 rm -f ./etc/rc5.d/S80xprep1098 fi1099 1100 1091 cd "$BACKDIR" 1101 1092 [ $MOUNTED_BY_SCRIPT ] && umount "$ROOT_DEV" 2>/dev/null
Note: See TracChangeset
for help on using the changeset viewer.


