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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Aug 2 16:16:29 UTC 2015


    Date: Sunday, August 2, 2015 @ 18:16:29
  Author: bpiotrowski
Revision: 137715

Remove useless post_install message

Modified:
  pspshrink/trunk/PKGBUILD
Deleted:
  pspshrink/trunk/pspshrink.install

-------------------+
 PKGBUILD          |    3 +--
 pspshrink.install |   19 -------------------
 2 files changed, 1 insertion(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-02 16:10:18 UTC (rev 137714)
+++ PKGBUILD	2015-08-02 16:16:29 UTC (rev 137715)
@@ -11,8 +11,7 @@
 url="http://code.google.com/p/pspshrink/"
 license=('GPL2')
 makedepends=('gtkmm')
-optdepends=('gtkmm: To use pspshrinkui ')
-install=$pkgname.install
+optdepends=('gtkmm: for pspshrinkui')
 source=(http://pspshrink.googlecode.com/files/$pkgname-$pkgver.tar.gz)
 md5sums=('c9f7dc58c983016047ceebbacb9856e9')
 

Deleted: pspshrink.install
===================================================================
--- pspshrink.install	2015-08-02 16:10:18 UTC (rev 137714)
+++ pspshrink.install	2015-08-02 16:16:29 UTC (rev 137715)
@@ -1,19 +0,0 @@
-post_install()
-{
-    echo "----------------------------------------------------------"
-    echo "PSP Shrink comes with a command line and a GUI version."
-    echo "Usage command line version:"
-    echo "pspshrink compressionlevel inputfile outputfile"
-    echo "example: pspshrink 9 image.iso image.cso"
-    echo "To use GUI version call pspshrinkui or go to Utility menu."
-    echo "----------------------------------------------------------"
-}
-
-
-post_upgrade() {
-	post_install
-}
-
-op=$1
-shift
-$op $*



More information about the arch-commits mailing list