summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Bujar2016-05-07 16:16:12 +0100
committerMarcin Bujar2016-05-12 23:05:07 +0100
commit27630e11b188cc44fbfe0b248cf85a813f6d89b9 (patch)
treef11805b4d0e8fc38766329a1d78a5659f7b7acd1
parent4c536297c12bcdf3527097070284dd40a8fc0a13 (diff)
downloadaur-thunar-split.tar.gz
Removed install file
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--thunar.install13
3 files changed, 2 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1a479ac1b2a..7f2e132863b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = thunar-split
pkgdesc = Modern file manager for Xfce - patched to include split pane and upstream bug fixes
pkgver = 1.6.10
- pkgrel = 1
+ pkgrel = 2
url = http://thunar.xfce.org
- install = thunar.install
arch = i686
arch = x86_64
groups = xfce4
diff --git a/PKGBUILD b/PKGBUILD
index b6fa55175990..7a7bf82c9b06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=thunar-split
pkgver=1.6.10
-pkgrel=1
+pkgrel=2
pkgdesc="Modern file manager for Xfce - patched to include split pane and upstream bug fixes"
arch=(i686 x86_64)
url="http://thunar.xfce.org"
@@ -21,7 +21,6 @@ optdepends=('gvfs: for trash support, mounting with udisk and remote filesystems
'thunar-archive-plugin: create and deflate archives'
'thunar-media-tags-plugin: view/edit id3/ogg tags')
options=('!libtool')
-install=thunar.install
source=(http://archive.xfce.org/src/xfce/thunar/1.6/Thunar-${pkgver}.tar.bz2
split_pane.patch
20150702-Fix-crashes-when-reloading.patch
diff --git a/thunar.install b/thunar.install
deleted file mode 100644
index 648480c3be68..000000000000
--- a/thunar.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-