diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-08-01 16:20:57 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-08-01 16:20:57 -0300 |
commit | 039c5aca33617cb293c1a2a83e1d0d1caad8fbb5 (patch) | |
tree | ba0e25a6119fecd15939eccbfb1301c893f3f197 /libre/linux-libre/linux-libre.install | |
parent | 2174e5e2b9fbeb64ce3638ede597b8206c5b74f2 (diff) | |
parent | b365d77d43aaf0eac93f5dab001c6b61e3d0634f (diff) | |
download | abslibre-039c5aca33617cb293c1a2a83e1d0d1caad8fbb5.tar.gz abslibre-039c5aca33617cb293c1a2a83e1d0d1caad8fbb5.tar.bz2 abslibre-039c5aca33617cb293c1a2a83e1d0d1caad8fbb5.zip |
Merge branch 'master' of ssh://vparabola/srv/git/projects/abslibre
Conflicts:
libre/linux-libre/PKGBUILD
Diffstat (limited to 'libre/linux-libre/linux-libre.install')
-rw-r--r-- | libre/linux-libre/linux-libre.install | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/linux-libre/linux-libre.install b/libre/linux-libre/linux-libre.install index 59674365a..51e78dc60 100644 --- a/libre/linux-libre/linux-libre.install +++ b/libre/linux-libre/linux-libre.install @@ -12,9 +12,9 @@ post_install () { mkinitcpio -p linux-libre${KERNEL_NAME} # add compat symlinks for the initramfs images - ln -sf initramfs-linux-libre${KERNEL_NAME}.img boot/kernel26-libre${KERNEL_NAME}.img + ln -sf initramfs-linux-libre${KERNEL_NAME}.img boot/kernel26${KERNEL_NAME}.img ln -sf initramfs-linux-libre${KERNEL_NAME}-fallback.img \ - boot/kernel26-libre${KERNEL_NAME}-fallback.img + boot/kernel26${KERNEL_NAME}-fallback.img } post_upgrade() { @@ -53,6 +53,6 @@ post_upgrade() { post_remove() { # also remove the compat symlinks - rm -f boot/{initramfs-linux,kernel26}-libre${KERNEL_NAME}.img - rm -f boot/{initramfs-linux,kernel26}-libre${KERNEL_NAME}-fallback.img + rm -f boot/{initramfs-linux-libre,kernel26}${KERNEL_NAME}.img + rm -f boot/{initramfs-linux-libre,kernel26}${KERNEL_NAME}-fallback.img } |