summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2016-05-30 00:12:07 -0600
committerBrian Bidulock2016-05-30 00:12:07 -0600
commit09de86da847ab4ae959a95372d907698528c2b0a (patch)
tree8c9b7e40ac462012ba3774229a883ac2d865eb69
parent5d49040c01d9b33c9313990b159ccb92b58eb079 (diff)
downloadaur-09de86da847ab4ae959a95372d907698528c2b0a.tar.gz
version r51.g4b49473-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--fvwm-xdg-menu.install13
3 files changed, 2 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6da465943dad..e50be4944bd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = fvwm-xdg-menu-git
pkgdesc = XDG application menu with full support for FVWM
pkgver = r51.g4b49473
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/domichel/fvwm-xdg-menu
- install = fvwm-xdg-menu.install
arch = any
groups = xde
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index b029a5764e76..eeff1e774766 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgdesc="XDG application menu with full support for FVWM"
pkgname=fvwm-xdg-menu-git
_pkgname=fvwm-xdg-menu
pkgver=r51.g4b49473
-pkgrel=1
+pkgrel=2
arch=(any)
license=(GPL2)
url="http://github.com/domichel/$_pkgname"
@@ -14,7 +14,6 @@ provides=($_pkgname)
source=("$pkgname::git://github.com/domichel/$_pkgname.git")
md5sums=('SKIP')
makedepends=('git')
-install=$_pkgname.install
pkgver() {
cd $pkgname
diff --git a/fvwm-xdg-menu.install b/fvwm-xdg-menu.install
deleted file mode 100644
index b71c437554b1..000000000000
--- a/fvwm-xdg-menu.install
+++ /dev/null
@@ -1,13 +0,0 @@
-update_icon_cache() {
- gtk-update-icon-cache usr/share/icons/hicolor
- gtk-update-icon-cache usr/share/icons/FVWM_Xdg
-}
-post_install() {
- update_icon_cache
-}
-post_upgrade() {
- update_icon_cache
-}
-post_remove() {
- update_icon_cache
-}