summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--xfce4-linelight-plugin.install14
3 files changed, 4 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfba0408b18b..6ed5dd45e31a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Fri May 13 10:03:52 UTC 2016
pkgbase = xfce4-linelight-plugin
pkgdesc = A simple frontend for the locate search.
pkgver = 0.1.7
- pkgrel = 8
+ pkgrel = 9
url = http://goodies.xfce.org/projects/panel-plugins/xfce4-linelight-plugin
install = xfce4-linelight-plugin.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index aea071e22a37..7ba55cc72b29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='xfce4-linelight-plugin'
pkgver='0.1.7'
-pkgrel='8'
+pkgrel='9'
pkgdesc='A simple frontend for the locate search.'
arch=('i686' 'x86_64')
license=('GPL2')
diff --git a/xfce4-linelight-plugin.install b/xfce4-linelight-plugin.install
index a7b986843c7e..10d8e063be8f 100644
--- a/xfce4-linelight-plugin.install
+++ b/xfce4-linelight-plugin.install
@@ -1,17 +1,3 @@
post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
updatedb
}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-op=$1
-shift
-
-$op $*