diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-07-24 03:33:47 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-07-24 03:33:47 -0300 |
commit | 4ab14b70eadb07e2e0eccaa98fff204f7d35337e (patch) | |
tree | 55996af8d223440f05a4d5cbc29d33a5443f2501 /libre | |
parent | 7595003559b1c308090fb428b724bfd856a73ba5 (diff) | |
download | abslibre-4ab14b70eadb07e2e0eccaa98fff204f7d35337e.tar.gz abslibre-4ab14b70eadb07e2e0eccaa98fff204f7d35337e.tar.bz2 abslibre-4ab14b70eadb07e2e0eccaa98fff204f7d35337e.zip |
libre/linux-libre-3.0-2
Solved the preset and install issue
Diffstat (limited to 'libre')
-rw-r--r-- | libre/linux-libre/linux-libre.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/linux-libre/linux-libre.install b/libre/linux-libre/linux-libre.install index a45c09b70..67907bf56 100644 --- a/libre/linux-libre/linux-libre.install +++ b/libre/linux-libre/linux-libre.install @@ -48,7 +48,7 @@ post_upgrade() { echo ">>> Updating module dependencies. Please wait ..." depmod ${KERNEL_VERSION} echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..." - mkinitcpio -p linux${KERNEL_NAME} + mkinitcpio -p linux-libre${KERNEL_NAME} } post_remove() { |