Skip to content
Snippets Groups Projects
Commit eafdebb0 authored by Antonio Rojas's avatar Antonio Rojas
Browse files

Hooks

parent f36e7c71
No related branches found
Tags 1.1.2-2
No related merge requests found
......@@ -3,13 +3,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')
......
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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment