summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-}