summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--xarchiver.install12
3 files changed, 2 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 114b494606fd..2f7573e9b653 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = xarchiver-assume-name
pkgdesc = Xarchiver with the ability to archive directories without a name change
pkgver = 0.5.4
- pkgrel = 1
+ pkgrel = 2
url = http://xarchiver.sourceforge.net/
- install = xarchiver.install
arch = i686
arch = x86_64
groups = xfce4-goodies
diff --git a/PKGBUILD b/PKGBUILD
index c819f0b3e2b1..c319b64bf8b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xarchiver-assume-name
pkgver=0.5.4
-pkgrel=1
+pkgrel=2
pkgdesc="Xarchiver with the ability to archive directories without a name change"
arch=('i686' 'x86_64')
url="http://xarchiver.sourceforge.net/"
@@ -17,7 +17,6 @@ optdepends=('zip: ZIP support'
'lzop: LZOP support'
'cpio: RPM support'
'unrar: RAR support')
-install=xarchiver.install
source=(http://downloads.sourceforge.net/xarchiver/xarchiver-$pkgver.tar.bz2
fix-rpm-support.patch
fix-password-protected.patch
diff --git a/xarchiver.install b/xarchiver.install
deleted file mode 100644
index c317fbaca442..000000000000
--- a/xarchiver.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}