From 6f49245bdab29af623c40a6769c2d38c745fe62c Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sun, 8 Feb 2015 15:32:21 -0200 Subject: linux-libre-grsec{,-knock}-3.18.6_gnu.201502062100-1: updating version * remove old install file cruft --- libre/linux-libre-grsec/linux.install | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'libre/linux-libre-grsec/linux.install') diff --git a/libre/linux-libre-grsec/linux.install b/libre/linux-libre-grsec/linux.install index cee2a22fc..32514d892 100644 --- a/libre/linux-libre-grsec/linux.install +++ b/libre/linux-libre-grsec/linux.install @@ -4,16 +4,6 @@ KERNEL_NAME= KERNEL_VERSION= -_uderef_news() { - if [[ $(uname -m) = x86_64 ]]; then - cat <>> Updating module dependencies. Please wait ..." @@ -27,10 +17,6 @@ post_upgrade() { echo "WARNING: /boot appears to be a separate partition but is not mounted." fi - if getent group proc-trusted >/dev/null; then - groupdel proc-trusted - fi - # updating module dependencies echo ">>> Updating module dependencies. Please wait ..." depmod ${KERNEL_VERSION} @@ -42,10 +28,6 @@ post_upgrade() { echo ">>> In order to use your keyboard during early init, you MUST" echo ">>> include the 'keyboard' hook in your mkinitcpio.conf." fi - - if [[ $(vercmp $2 3.17.7_gnu.201412211910-1) -lt 0 ]]; then - _uderef_news - fi } post_remove() { -- cgit v1.2.3-54-g00ecf