summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2017-08-01 21:30:16 -0300
committerHugo Osvaldo Barrera2017-08-01 21:30:16 -0300
commitfa6718f463ab71838aeaa242f2411768cfd82b7b (patch)
tree28da2628b944671337a22c0a2a80a596fc282ddd
parent314baf284504f21d0c0752b925efd5af7966122d (diff)
downloadaur-fa6718f463ab71838aeaa242f2411768cfd82b7b.tar.gz
Remove obsolete install file
These specific commands are now run as hooks.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--caffeine-ng.install13
3 files changed, 3 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14f18e179a98..fa2730a4295a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Wed Feb 22 12:40:37 UTC 2017
+# Wed Aug 2 00:30:10 UTC 2017
pkgbase = caffeine-ng
pkgdesc = Status bar application able to temporarily inhibit the screensaver and sleep mode.
pkgver = 3.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/hobarrera/caffeine-ng
- install = caffeine-ng.install
arch = any
license = GPL3
depends = python-gobject
diff --git a/PKGBUILD b/PKGBUILD
index 427583a46bb4..3ed6b18df646 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=caffeine-ng
pkgver=3.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Status bar application able to temporarily inhibit the screensaver and sleep mode."
arch=(any)
url="https://gitlab.com/hobarrera/caffeine-ng"
@@ -14,7 +14,6 @@ conflicts=(caffeine caffeine-bzr caffeine-oneclick caffeine-systray)
provides=(caffeine caffeine-bzr caffeine-oneclick caffeine-systray)
replaces=(caffeine-oneclick caffeine-systray)
options=(!emptydirs !libtool)
-install=$pkgname.install
source=("https://pypi.io/packages/source/c/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('6dca670ff21eec61fbdfe2ff508c7a02')
diff --git a/caffeine-ng.install b/caffeine-ng.install
deleted file mode 100644
index cfa29a3e485f..000000000000
--- a/caffeine-ng.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- gtk-update-icon-cache -qtf usr/share/icons/hicolor
- update-desktop-database -q
- glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}