diff --git a/testing/muffin/APKBUILD b/testing/muffin/APKBUILD index 1447db7d6ae..39302b913ca 100644 --- a/testing/muffin/APKBUILD +++ b/testing/muffin/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=muffin pkgver=2.0.5 -pkgrel=0 +pkgrel=1 pkgdesc="Cinnamon window manager based on Mutter" url="https://github.com/linuxmint/muffin" arch="all" @@ -12,7 +12,7 @@ depends_dev="glib-dev dconf-dev libcanberra-dev gobject-introspection-dev gtk+3. cinnamon-desktop-dev clutter-dev startup-notification-dev" makedepends="$depends_dev autoconf automake libtool gnome-common intltool gnome-doc-utils zenity" -install="" +install="$pkgname.post-install $pkgname.post-upgrade $pkgname.post-deinstall" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz" diff --git a/testing/muffin/muffin.post-deinstall b/testing/muffin/muffin.post-deinstall new file mode 100644 index 00000000000..772791e6f3b --- /dev/null +++ b/testing/muffin/muffin.post-deinstall @@ -0,0 +1,6 @@ +#!/bin/sh + +echo "Compiling glib schemas" + +/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas + diff --git a/testing/muffin/muffin.post-install b/testing/muffin/muffin.post-install new file mode 100644 index 00000000000..772791e6f3b --- /dev/null +++ b/testing/muffin/muffin.post-install @@ -0,0 +1,6 @@ +#!/bin/sh + +echo "Compiling glib schemas" + +/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas + diff --git a/testing/muffin/muffin.post-upgrade b/testing/muffin/muffin.post-upgrade new file mode 100644 index 00000000000..772791e6f3b --- /dev/null +++ b/testing/muffin/muffin.post-upgrade @@ -0,0 +1,6 @@ +#!/bin/sh + +echo "Compiling glib schemas" + +/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas +