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

Antonio Rojas arojas at archlinux.org
Wed Apr 27 19:23:51 UTC 2016


    Date: Wednesday, April 27, 2016 @ 21:23:50
  Author: arojas
Revision: 172158

Hooks

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

-------------------+
 PKGBUILD          |    3 +--
 bleachbit.install |   12 ------------
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 19:20:38 UTC (rev 172157)
+++ PKGBUILD	2016-04-27 19:23:50 UTC (rev 172158)
@@ -9,13 +9,12 @@
 
 pkgname=bleachbit
 pkgver=1.10
-pkgrel=1
+pkgrel=2
 pkgdesc='Deletes unneeded files to free disk space and maintain privacy'
 arch=(any)
 url='http://bleachbit.sourceforge.net/'
 license=(GPL3)
 depends=(pygtk desktop-file-utils gtk-update-icon-cache hicolor-icon-theme)
-install=$pkgname.install
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
 md5sums=('6741c0db9a01193504c0cfc8bde6185a')
 

Deleted: bleachbit.install
===================================================================
--- bleachbit.install	2016-04-27 19:20:38 UTC (rev 172157)
+++ bleachbit.install	2016-04-27 19:23:50 UTC (rev 172158)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



More information about the arch-commits mailing list