[arch-commits] Commit in linux-grsec/trunk (linux-grsec.install)

2015-02-04 Thread Daniel Micay
Date: Thursday, February 5, 2015 @ 03:44:06
  Author: thestinger
Revision: 127138

linux-grsec: remove old install file cruft

Modified:
  linux-grsec/trunk/linux-grsec.install

-+
 linux-grsec.install |   18 --
 1 file changed, 18 deletions(-)

Modified: linux-grsec.install
===
--- linux-grsec.install 2015-02-04 23:02:34 UTC (rev 127137)
+++ linux-grsec.install 2015-02-05 02:44:06 UTC (rev 127138)
@@ -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 @@
 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 @@
 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.201412211910-1) -lt 0 ]]; then
-_uderef_news
-  fi
 }
 
 post_remove() {


[arch-commits] Commit in linux-grsec/trunk (linux-grsec.install)

2014-07-27 Thread Daniel Micay
Date: Sunday, July 27, 2014 @ 09:43:06
  Author: thestinger
Revision: 116410

clean up install script

Modified:
  linux-grsec/trunk/linux-grsec.install

-+
 linux-grsec.install |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: linux-grsec.install
===
--- linux-grsec.install 2014-07-27 07:36:19 UTC (rev 116409)
+++ linux-grsec.install 2014-07-27 07:43:06 UTC (rev 116410)
@@ -1,8 +1,8 @@
 # arg 1:  the new package version
 # arg 2:  the old package version
 
-KERNEL_NAME=-grsec
-KERNEL_VERSION=3.13.10-1-grsec
+KERNEL_NAME=
+KERNEL_VERSION=
 
 _uderef_warning() {
   if [[ $(uname -m) = x86_64 ]]; then



[arch-commits] Commit in linux-grsec/trunk (linux-grsec.install)

2014-07-10 Thread Daniel Micay
Date: Thursday, July 10, 2014 @ 19:03:53
  Author: thestinger
Revision: 115404

remove the post-install help output

The documentation on the wiki includes all of this information.

Modified:
  linux-grsec/trunk/linux-grsec.install

-+
 linux-grsec.install |   25 -
 1 file changed, 25 deletions(-)

Modified: linux-grsec.install
===
--- linux-grsec.install 2014-07-10 16:28:17 UTC (rev 115403)
+++ linux-grsec.install 2014-07-10 17:03:53 UTC (rev 115404)
@@ -44,29 +44,6 @@
   done
 }
 
-_help() {
-cat >> Updating module dependencies. Please wait ..."
@@ -75,7 +52,6 @@
   mkinitcpio -p linux${KERNEL_NAME}
 
   _add_groups
-  _help
 }
 
 post_upgrade() {
@@ -100,7 +76,6 @@
   fi
 
   _add_groups
-  _help
 }
 
 post_remove() {