[arch-commits] Commit in catfish/trunk (PKGBUILD catfish.install)

Alexander Rødseth arodseth at archlinux.org
Sat Mar 12 07:40:20 UTC 2016


    Date: Saturday, March 12, 2016 @ 08:40:19
  Author: arodseth
Revision: 166202

upgpkg: catfish 1.4.1-2

Modified:
  catfish/trunk/PKGBUILD
  catfish/trunk/catfish.install

-----------------+
 PKGBUILD        |    2 +-
 catfish.install |   10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-12 07:39:59 UTC (rev 166201)
+++ PKGBUILD	2016-03-12 07:40:19 UTC (rev 166202)
@@ -6,7 +6,7 @@
 
 pkgname=catfish
 pkgver=1.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Versatile file searching tool'
 arch=('any')
 url='https://launchpad.net/catfish-search'

Modified: catfish.install
===================================================================
--- catfish.install	2016-03-12 07:39:59 UTC (rev 166201)
+++ catfish.install	2016-03-12 07:40:19 UTC (rev 166202)
@@ -1,14 +1,14 @@
-post_install() {
+post_upgrade() {
   xdg-icon-resource forceupdate
-  echo 'NOTE: One of the file search engines must be installed for catfish to work.'
 }
 
-post_upgrade() {
-  post_install
+post_install() {
+  post_upgrade
+  echo 'One of the optional file search engines must be installed for catfish to work.'
 }
 
 post_remove() {
-  post_install
+  post_upgrade
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list