summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlad2016-06-26 00:39:15 +0300
committervlad2016-06-26 00:39:15 +0300
commitb090ba9ea04457a4598507574bd520a7f659717d (patch)
tree22e4622f0035f0e7fab25f1d419b44ff7215e7e4
parentcb435f0dd889144a77b75a8bce94dd8f8970856a (diff)
downloadaur-b090ba9ea04457a4598507574bd520a7f659717d.tar.gz
use pacman hooks
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
-rw-r--r--thunar-dropbox.install11
3 files changed, 2 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f95b8e16d93..1ab53e9c4c31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Sat Jun 25 21:39:10 UTC 2016
pkgbase = thunar-dropbox
pkgdesc = Plugin for thunar that adds context-menu items for dropbox.
pkgver = 0.2.1
pkgrel = 1
url = http://www.softwarebakery.com/maato/thunar-dropbox.html
- install = thunar-dropbox.install
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 293512e15132..baf68a3b5ff7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,6 @@ url="http://www.softwarebakery.com/maato/thunar-dropbox.html"
license=('GPL3')
depends=('thunar')
makedepends=('pkg-config' 'python2')
-install=thunar-dropbox.install
source=(http://www.softwarebakery.com/maato/files/thunar-dropbox/$pkgname-$pkgver.tar.bz2)
md5sums=('52bb2caa26afaf80835a56b9ad3d2155')
diff --git a/thunar-dropbox.install b/thunar-dropbox.install
deleted file mode 100644
index 1a05f573e594..000000000000
--- a/thunar-dropbox.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
-}