summaryrefslogtreecommitdiff
path: root/nonprism/redshift
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-12 16:33:39 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-12 16:33:49 -0300
commit739d563de5dc8c5238915c0c5e368342f239a32a (patch)
tree739bfda38f98c8c168671f507463c81c6ec6b0b2 /nonprism/redshift
parenta7c36267158d9cfc0d50729f9a723038aa483fa1 (diff)
downloadabslibre-739d563de5dc8c5238915c0c5e368342f239a32a.tar.gz
abslibre-739d563de5dc8c5238915c0c5e368342f239a32a.tar.bz2
abslibre-739d563de5dc8c5238915c0c5e368342f239a32a.zip
redshift-1.11-3.nonprism1: hooks rebuild
Diffstat (limited to 'nonprism/redshift')
-rw-r--r--nonprism/redshift/PKGBUILD3
-rw-r--r--nonprism/redshift/redshift.install11
2 files changed, 1 insertions, 13 deletions
diff --git a/nonprism/redshift/PKGBUILD b/nonprism/redshift/PKGBUILD
index 9bf933d90..3add0038c 100644
--- a/nonprism/redshift/PKGBUILD
+++ b/nonprism/redshift/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=redshift
pkgver=1.11
-pkgrel=2.nonprism1
+pkgrel=3.nonprism1
pkgdesc='Adjusts the color temperature of your screen according to your surroundings, without geoclue2 support'
arch=('i686' 'x86_64')
url='http://jonls.dk/redshift/'
@@ -17,7 +17,6 @@ optdepends=('python-gobject: for redshift-gtk'
'python-xdg: for redshift-gtk'
'librsvg: for redshift-gtk')
makedepends=('intltool' 'python')
-install='redshift.install'
source=("https://github.com/jonls/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz")
md5sums=('a31d768b0348c5202e58612855a9027e')
diff --git a/nonprism/redshift/redshift.install b/nonprism/redshift/redshift.install
deleted file mode 100644
index d59dca6e8..000000000
--- a/nonprism/redshift/redshift.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}