summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Wolfer2016-07-07 14:38:40 +0200
committerPhilipp Wolfer2016-07-07 14:38:40 +0200
commit7e748a79f13133d570e58cfc3cc76fc3d3acc436 (patch)
tree93ca3afb25f33c150d80e9868cf1f33be7996136
parentb53ac08e38636a0a2d5eb2a95e7402a714f8f541 (diff)
downloadaur-7e748a79f13133d570e58cfc3cc76fc3d3acc436.tar.gz
Removed install file in favor of pacman hooks
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
-rw-r--r--peek.install15
3 files changed, 1 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0046876c6982..f8c0ee348cbc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Feb 28 10:11:14 UTC 2016
+# Thu Jul 7 12:38:40 UTC 2016
pkgbase = peek
pkgdesc = An animated GIF recorder
pkgver = 0.7.1
pkgrel = 1
url = https://github.com/phw/peek
- install = peek.install
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index d94e1ab59ab9..978b3f79789f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,6 @@ url="https://github.com/phw/peek"
license=('GPL3')
depends=(gtk3 ffmpeg imagemagick)
makedepends=(cmake vala gettext)
-install=peek.install
source=(git+https://github.com/phw/peek.git#tag=v${pkgver})
sha1sums=('SKIP')
diff --git a/peek.install b/peek.install
deleted file mode 100644
index e885b42186a1..000000000000
--- a/peek.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor
- update-desktop-database -q
- glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- xdg-icon-resource forceupdate --theme hicolor
- update-desktop-database -q
- glib-compile-schemas /usr/share/glib-2.0/schemas
-}