Date: Saturday, May 7, 2016 @ 15:02:12
Author: arojas
Revision: 174096
Hooks
Modified:
snes9x/trunk/PKGBUILD
Deleted:
snes9x/trunk/snes9x-gtk.install
--------------------+
PKGBUILD | 3 +--
snes9x-gtk.install | 12 ------------
2 files changed, 1 insertion(+), 14 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-07 12:54:47 UTC (rev 174095)
+++ PKGBUILD 2016-05-07 13:02:12 UTC (rev 174096)
@@ -4,7 +4,7 @@
pkgbase=snes9x
pkgname=('snes9x' 'snes9x-gtk')
pkgver=1.53
-pkgrel=9
+pkgrel=10
arch=('i686' 'x86_64')
url="https://code.google.com/p/snes9x-gtk/"
license=('custom')
@@ -49,7 +49,6 @@
pkgdesc="A portable Emulator for the Super Nintendo Entertainment System -
GTK version"
license=('custom' 'LGPL')
depends=('sdl' 'libpulse' 'gtk2' 'libxv' 'desktop-file-utils'
'gnome-icon-theme')
- install=snes9x-gtk.install
cd ${pkgbase}-${pkgver}-src/gtk
make DESTDIR="${pkgdir}" install
Deleted: snes9x-gtk.install
===================================================================
--- snes9x-gtk.install 2016-05-07 12:54:47 UTC (rev 174095)
+++ snes9x-gtk.install 2016-05-07 13:02:12 UTC (rev 174096)
@@ -1,12 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove () {
- post_install $1
-}