git » spectacle.git » commit f7ce380

Hooks

author Antonio Rojas
2016-04-28 20:53:47 UTC
committer Antonio Rojas
2016-04-28 20:53:47 UTC
parent 429e416758d181e9b701b970276142bdd054e941

Hooks

PKGBUILD +1 -2
spectacle.install +0 -12

diff --git a/PKGBUILD b/PKGBUILD
index 667f061..421da53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=spectacle
 pkgver=16.04.0
-pkgrel=2
+pkgrel=3
 pkgdesc="KDE screenshot capture utility"
 arch=(i686 x86_64)
 url='https://www.kde.org/applications/graphics/'
@@ -15,7 +15,6 @@ groups=(kde-applications kdegraphics)
 source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
         spectacle-hidpi.patch::"https://quickgit.kde.org/?p=spectacle.git&a=commitdiff&h=3d4dcacc&o=plain"
         kdebug-362241.patch)
-install=$pkgname.install
 md5sums=('231a565255ff420b2a8b0974530b1c28'
          '53e7af8dd42eb968d642d110f0a69be1'
          '4cc380edb046432832fc6a3aeb926d82')
diff --git a/spectacle.install b/spectacle.install
deleted file mode 100644
index 6c87527..0000000
--- a/spectacle.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-	update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}