diff --git a/PKGBUILD b/PKGBUILD
index 2aa16ebdcc34872b607a985bf91a300f5e24463b..ac54e424e93910cac23ca2799fdb2a9a3e96b3c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')
 
diff --git a/blueberry.install b/blueberry.install
deleted file mode 100644
index c0ed9a0d79f8a2db8f17080c2ee3e29fd52ab852..0000000000000000000000000000000000000000
--- a/blueberry.install
+++ /dev/null
@@ -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
-}