updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / gnome-shell-extension-updateindicator / gnome-shell-extension-updateindicator.install
blob301560d7cc3a104784d25eceacda6c6fd4a34e9e
1 post_install() {
2   glib-compile-schemas usr/share/glib-2.0/schemas
3   echo "==============================================================="
4   echo "To use the extension:"
5   echo " * Restart GNOME Shell ([Alt]+[F2], r)"
6   echo " * Activate it (eg using gnome-tweak-tool)"
7   echo "==============================================================="
10 post_upgrade() {
11   post_install $1
14 post_remove() {
15   post_install $1
18 # vim:set ts=2 sw=2 et: