#!/bin/sh
gksu /usr/lib/anjuta/anjuta_updatetags && zenity --info --title "Anjuta: tags updated" --text="System tags successfully updated." ||
zenity --warning --title "Anjuta warning: tags not updated" --text="Unable to update system tags."
