]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/paks/linux-pae/uninstall.sh
Merge remote-tracking branch 'mfischer/daq' into next
[ipfire-2.x.git] / src / paks / linux-pae / uninstall.sh
index 9a453004633919ed356a7e96e8ed64a71dcc4321..443328b24d98a438fb2c834402e53ae19dd71be5 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2010 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2014 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
 remove_files
-mv -f /boot/grub/grub-backup-2.6.32.*-pae.conf /boot/grub/grub.conf
+rm -rf /boot/initramfs-*-pae.img
+rm -rf /boot/vmlinuz-*-pae
+rm -rf /lib/modules/*-ipfire-pae
+if [ -f /boot/grub/grub.conf ]; then
+       cp /boot/grub/grub.conf /boot/grub/grub-backup-pae_uninstall.conf
+       sed -i "/title IPFire (PAE-Kernel)/,+3d" /boot/grub/grub.conf
+fi
+grub-mkconfig > /boot/grub/grub.cfg
+sync && sync