diff options
Diffstat (limited to 'libre/linux-libre/linux-libre.install')
-rw-r--r-- | libre/linux-libre/linux-libre.install | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libre/linux-libre/linux-libre.install b/libre/linux-libre/linux-libre.install index 67907bf56..59674365a 100644 --- a/libre/linux-libre/linux-libre.install +++ b/libre/linux-libre/linux-libre.install @@ -2,7 +2,7 @@ # arg 2: the old package version KERNEL_NAME= -KERNEL_VERSION=3.0.0-LIBRE +KERNEL_VERSION=3.0-LIBRE post_install () { # updating module dependencies @@ -56,4 +56,3 @@ post_remove() { rm -f boot/{initramfs-linux,kernel26}-libre${KERNEL_NAME}.img rm -f boot/{initramfs-linux,kernel26}-libre${KERNEL_NAME}-fallback.img } - |