[arch-commits] Commit in spacefm/trunk (PKGBUILD spacefm.install)
Christian Hesse
eworm at archlinux.org
Thu Apr 28 09:15:48 UTC 2016
Date: Thursday, April 28, 2016 @ 11:15:47
Author: eworm
Revision: 172395
upgpkg: spacefm 1.0.5-2
Hooks! (Remove install file...)
Modified:
spacefm/trunk/PKGBUILD
Deleted:
spacefm/trunk/spacefm.install
-----------------+
PKGBUILD | 3 +--
spacefm.install | 14 --------------
2 files changed, 1 insertion(+), 16 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-04-28 08:49:05 UTC (rev 172394)
+++ PKGBUILD 2016-04-28 09:15:47 UTC (rev 172395)
@@ -5,12 +5,11 @@
pkgname=spacefm
pkgver=1.0.5
-pkgrel=1
+pkgrel=2
pkgdesc='Multi-panel tabbed file manager'
arch=('i686' 'x86_64')
url='http://ignorantguru.github.com/spacefm/'
license=('GPL3')
-install=$pkgname.install
depends=('gtk3' 'desktop-file-utils' 'startup-notification' 'ffmpegthumbnailer')
makedepends=('intltool' 'gettext')
optdepends=('lsof: device processes'
Deleted: spacefm.install
===================================================================
--- spacefm.install 2016-04-28 08:49:05 UTC (rev 172394)
+++ spacefm.install 2016-04-28 09:15:47 UTC (rev 172395)
@@ -1,14 +0,0 @@
-post_install() {
- update-mime-database /usr/share/mime > /dev/null
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
- [[ -d /usr/share/icons/Faenza ]] && gtk-update-icon-cache -q -t -f /usr/share/icons/Faenza
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
More information about the arch-commits
mailing list