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

Antonio Rojas arojas at archlinux.org
Fri May 13 19:01:46 UTC 2016


    Date: Friday, May 13, 2016 @ 21:01:46
  Author: arojas
Revision: 175227

Hooks

Modified:
  gufw/trunk/PKGBUILD
Deleted:
  gufw/trunk/gufw.install

--------------+
 PKGBUILD     |    3 +--
 gufw.install |   11 -----------
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-13 18:59:11 UTC (rev 175226)
+++ PKGBUILD	2016-05-13 19:01:46 UTC (rev 175227)
@@ -3,7 +3,7 @@
 
 pkgname=gufw
 pkgver=15.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An uncomplicated way to manage your Linux firewall."
 arch=('any')
 url="http://gufw.org"
@@ -12,7 +12,6 @@
 makedepends=('intltool' 'python2-distutils-extra')
 source=("https://launchpad.net/gui-ufw/15.10/15.10/+download/gui-ufw-${pkgver}.tar.gz")
 sha256sums=('58fee07bc33f9be615e899b943535ca8755fdf9262010c2580a0176d2a1c2443')
-install=${pkgname}.install
 
 prepare() {
     cd "${srcdir}/gui-ufw-${pkgver}"

Deleted: gufw.install
===================================================================
--- gufw.install	2016-05-13 18:59:11 UTC (rev 175226)
+++ gufw.install	2016-05-13 19:01:46 UTC (rev 175227)
@@ -1,11 +0,0 @@
-post_install() {
-    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}



More information about the arch-commits mailing list