summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGötz Christ2016-05-18 19:54:21 -0500
committerGötz Christ2016-05-18 19:54:21 -0500
commitae59e0ddd080fee9284605a5b07854aecb56b7f3 (patch)
treed4c03885dac4657bba9bbb193e4038a1adbdc068
parent84edc369be37751062ebebb28b4a953090e63d99 (diff)
downloadaur-ae59e0ddd080fee9284605a5b07854aecb56b7f3.tar.gz
Pacman hooks
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
-rw-r--r--qtResistors.install12
3 files changed, 1 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ade504c084bb..fc330f2cae7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Tue Dec 29 17:49:20 UTC 2015
+# Thu May 19 00:53:50 UTC 2016
pkgbase = qtresistors
pkgdesc = Calculate resistance value and tolerance of resistors by their color codes.
pkgver = 0.1.3
pkgrel = 2
url = https://github.com/goetzc/qtResistors
- install = qtResistors.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 0cc269bc452f..7694e2df1f06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,6 @@ url="https://github.com/goetzc/qtResistors"
#url="http://qt-apps.org/content/show.php/qtResistors?content=118297"
license=('GPL')
depends=('qt5-base')
-install='qtResistors.install'
source=("https://github.com/goetzc/qtResistors/archive/$pkgver.tar.gz")
sha256sums=('806982cd62f7ac29f71141e318acbd79791aa279697d04226cfb8109647e838d')
diff --git a/qtResistors.install b/qtResistors.install
deleted file mode 100644
index 6481cee07145..000000000000
--- a/qtResistors.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}