summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXorg2016-05-08 11:32:46 +0200
committerXorg2016-05-08 11:32:46 +0200
commit01efd54e3af49e9ccc6ed81ca0686adad4600f2c (patch)
tree4ed42848e88b271ffc5d8edbcc74bd20c41e8122
parenta366d0463f124fa111d65459c4a1c31c9f575b4c (diff)
downloadaur-01efd54e3af49e9ccc6ed81ca0686adad4600f2c.tar.gz
Remove .install file (Pacman hooks do that)
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD1
-rw-r--r--psensor.install12
4 files changed, 1 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82906fb35a24..8bbd05906c9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Fri Mar 18 09:24:40 UTC 2016
+# Sun May 8 09:31:41 UTC 2016
pkgbase = psensor
pkgdesc = A graphical hardware temperature monitor for Linux
pkgver = 1.1.3
pkgrel = 4
url = http://wpitchoune.net/psensor
- install = psensor.install
arch = i686
arch = x86_64
license = GPL2
diff --git a/.gitignore b/.gitignore
index 05f2fefce0d1..1f494c2abb54 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,5 +2,4 @@
!.gitignore
!.SRCINFO
!PKGBUILD
-!psensor.install
!psensor-libmicrohttpd.patch
diff --git a/PKGBUILD b/PKGBUILD
index 4f9c6cf4b104..23211908fe3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,6 @@ optdepends=('asciidoc: required to produce the HTML version of the FAQ'
'curl: required for remote monitoring'
'libgtop: required for CPU usage')
conflicts=('libappindicator-gtk2' 'libappindicator-activate-gtk2' 'libappindicator-gtk2-ubuntu' 'lib32-libappindicator-gtk2')
-install=$pkgname.install
source=("http://wpitchoune.net/$pkgname/files/$pkgname-$pkgver.tar.gz"
"psensor-libmicrohttpd.patch")
md5sums=('c3a3c1dea4dbfe12bbfb8088b86c3d4f'
diff --git a/psensor.install b/psensor.install
deleted file mode 100644
index 0880e5acf6f6..000000000000
--- a/psensor.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}