summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinícius dos Santos Oliveira2016-09-06 00:02:35 -0300
committerVinícius dos Santos Oliveira2016-09-06 00:03:28 -0300
commite89f2a9ea896560ee55186d83a14846c228ab471 (patch)
treed15bcffa2d1e000ec187a8bf5984896bcdc1c017
parentb2a908de6feb3934a4dcc43b14e102078ff26e10 (diff)
downloadaur-e89f2a9ea896560ee55186d83a14846c228ab471.tar.gz
The .install file is no longer necessary
Hint from @ainola.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--qwbfs.install9
3 files changed, 3 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46518fc38470..7d6f9247570a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Feb 28 17:38:20 UTC 2016
+# Tue Sep 6 03:03:23 UTC 2016
pkgbase = qwbfs
pkgdesc = Cross platform WBFS file system manager
pkgver = 1.2.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pasnox/qwbfsmanager
- install = qwbfs.install
arch = i686
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index cc4efabc0074..0da28128d8df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>
pkgname=qwbfs
pkgver=1.2.6
-pkgrel=1
+pkgrel=2
pkgdesc="Cross platform WBFS file system manager"
arch=('i686' 'x86_64')
url="https://github.com/pasnox/qwbfsmanager"
@@ -9,7 +9,6 @@ license=('GPL2')
# Also 'openssl', but already satisfied:
depends=('qt5-base' 'hicolor-icon-theme')
makedepends=('git')
-install=${pkgname}.install
source=("qwbfs::git+https://github.com/pasnox/qwbfsmanager.git#tag=v1.2.6"
"fresh::git+https://github.com/pasnox/fresh.git#commit=264d665965c0f439bc91e7f51c31e2b76eea8753"
"qmake-extensions::git+https://github.com/pasnox/qmake-extensions.git#commit=b60b99bccbfda40136c8aa1a54770543519feda8")
diff --git a/qwbfs.install b/qwbfs.install
deleted file mode 100644
index aa01b09e9149..000000000000
--- a/qwbfs.install
+++ /dev/null
@@ -1,9 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_remove() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et: