[arch-commits] Commit in blueberry/trunk (PKGBUILD blueberry.install)
Antonio Rojas
arojas at archlinux.org
Mon May 23 20:44:10 UTC 2016
Date: Monday, May 23, 2016 @ 22:44:09
Author: arojas
Revision: 176173
Hooks
Modified:
blueberry/trunk/PKGBUILD
Deleted:
blueberry/trunk/blueberry.install
-------------------+
PKGBUILD | 3 +--
blueberry.install | 12 ------------
2 files changed, 1 insertion(+), 14 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-23 20:42:59 UTC (rev 176172)
+++ PKGBUILD 2016-05-23 20:44:09 UTC (rev 176173)
@@ -4,13 +4,12 @@
pkgname=blueberry
pkgver=1.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Bluetooth configuration tool"
arch=('any')
url="https://github.com/linuxmint/blueberry"
license=('GPL')
depends=('gnome-bluetooth' 'python2-gobject' 'rfkill')
-install=$pkgname.install
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/blueberry/archive/$pkgver.tar.gz)
sha256sums=('e9316763dc2350d11f74e56a329f398fe58f31ee2b6240bc34b1fc8a1e9d2f80')
Deleted: blueberry.install
===================================================================
--- blueberry.install 2016-05-23 20:42:59 UTC (rev 176172)
+++ blueberry.install 2016-05-23 20:44:09 UTC (rev 176173)
@@ -1,12 +0,0 @@
-post_install() {
- glib-compile-schemas usr/share/glib-2.0/schemas
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
More information about the arch-commits
mailing list