From 739d563de5dc8c5238915c0c5e368342f239a32a Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 12 May 2016 16:33:39 -0300 Subject: redshift-1.11-3.nonprism1: hooks rebuild --- nonprism/redshift/PKGBUILD | 3 +-- nonprism/redshift/redshift.install | 11 ----------- 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 nonprism/redshift/redshift.install (limited to 'nonprism') 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 -} -- cgit v1.2.3