summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Landauer2016-12-02 22:48:54 +0100
committerBernhard Landauer2016-12-02 22:48:54 +0100
commit410816f50ab405bf1015bf30380ca5d4642f7728 (patch)
tree569ae50005e38fe343911a1863ab137d7d8039ab
parent1f32a3d0bc7fca2272fc9d04d6ff78de8c309250 (diff)
downloadaur-410816f50ab405bf1015bf30380ca5d4642f7728.tar.gz
rm install
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--xfpanel-switch.install11
3 files changed, 3 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6cabfb4c66f..b42c9584228f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Wed Jun 1 15:48:10 UTC 2016
+# Fri Dec 2 21:48:23 UTC 2016
pkgbase = xfpanel-switch
pkgdesc = Simple application to manage Xfce panel layouts
pkgver = 1.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://launchpad.net/xfpanel-switch
- install = xfpanel-switch.install
arch = any
license = GPL3
makedepends = intltool
diff --git a/PKGBUILD b/PKGBUILD
index 36cbf7de5490..541fbad1a329 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xfpanel-switch
pkgver=1.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="Simple application to manage Xfce panel layouts"
arch=('any')
url="https://launchpad.net/xfpanel-switch"
@@ -10,7 +10,6 @@ license=('GPL3')
depends=('python'
'python-gobject')
makedepends=('intltool')
-install=${pkgname}.install
source=("https://launchpad.net/${pkgname}/${pkgver%.*}/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2")
md5sums=('007eeb979dccaf80769d1a756fac562c')
diff --git a/xfpanel-switch.install b/xfpanel-switch.install
deleted file mode 100644
index 1a05f573e594..000000000000
--- a/xfpanel-switch.install
+++ /dev/null
@@ -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
-}