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

Daniel Micay thestinger at archlinux.org
Tue Jul 21 01:13:41 UTC 2015


    Date: Tuesday, July 21, 2015 @ 03:13:41
  Author: thestinger
Revision: 137190

upgpkg: grsec-common 4-1

remove unnecessary post_upgrade function

Modified:
  grsec-common/trunk/PKGBUILD
  grsec-common/trunk/grsec-common.install

----------------------+
 PKGBUILD             |    2 +-
 grsec-common.install |    4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-21 01:12:51 UTC (rev 137189)
+++ PKGBUILD	2015-07-21 01:13:41 UTC (rev 137190)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay <danielmicay at gmail.com>
 pkgname=grsec-common
-pkgver=3
+pkgver=4
 pkgrel=1
 pkgdesc='Base package for grsecurity kernels'
 arch=(any)

Modified: grsec-common.install
===================================================================
--- grsec-common.install	2015-07-21 01:12:51 UTC (rev 137189)
+++ grsec-common.install	2015-07-21 01:13:41 UTC (rev 137190)
@@ -5,7 +5,3 @@
   getent group socket-deny-client >/dev/null || groupadd -g 203 socket-deny-client
   getent group socket-deny-server >/dev/null || groupadd -g 204 socket-deny-server
 }
-
-post_upgrade() {
-  post_install
-}



More information about the arch-commits mailing list