diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-02-08 15:40:15 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-02-08 15:40:15 -0200 |
commit | 5853833d71793f8e1d5a976713e74f3e0c3f70d9 (patch) | |
tree | 7740013950521f65daa34461bbb34cef9033db69 /kernels/linux-libre-lts-grsec-knock/linux.install | |
parent | 6f49245bdab29af623c40a6769c2d38c745fe62c (diff) | |
download | abslibre-5853833d71793f8e1d5a976713e74f3e0c3f70d9.tar.gz abslibre-5853833d71793f8e1d5a976713e74f3e0c3f70d9.tar.bz2 abslibre-5853833d71793f8e1d5a976713e74f3e0c3f70d9.zip |
linux-libre-lts-grsec{,-knock}-3.14.32_gnu.201502062101-1: updating version
* remove old install file cruft
Diffstat (limited to 'kernels/linux-libre-lts-grsec-knock/linux.install')
-rw-r--r-- | kernels/linux-libre-lts-grsec-knock/linux.install | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/kernels/linux-libre-lts-grsec-knock/linux.install b/kernels/linux-libre-lts-grsec-knock/linux.install index cdd4fc784..32514d892 100644 --- a/kernels/linux-libre-lts-grsec-knock/linux.install +++ b/kernels/linux-libre-lts-grsec-knock/linux.install @@ -4,16 +4,6 @@ KERNEL_NAME= KERNEL_VERSION= -_uderef_news() { - if [[ $(uname -m) = x86_64 ]]; then - cat <<EOF -The UDEREF PCID bug has been fixed. If you added \`nopcid\` or \`pax_nouderef\` -to the kernel line as a workaround it should now be removed to take advantage -of the stronger PCID-based UDEREF implementation. -EOF - fi -} - post_install () { # updating module dependencies echo ">>> 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.14.27_gnu.201412211908-1) -lt 0 ]]; then - _uderef_news - fi } post_remove() { |