updated on Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git] / gnome-shell-window-buttons-extension-git / gnome-shell-windows-button-extension-git.install
blob122a626b517821c586f215229c7d766e1e68a5e2
1 pkgname=gnome-shell-windows-button-extension-git
3 post_install() {
4     glib-compile-schemas /usr/share/glib-2.0/schemas
7 post_upgrade() {
8   post_install "$1"
11 post_remove() {
12   post_install "$1"
15 # vim:set ts=2 sw=2 et: