updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / notalon / notalon.install
blob686b22022d8d775ba5c14ce54824299ee4a6ce6a
1 post_install() {
2   update-desktop-database -q
5 post_upgrade() {
6   post_install $1
9 post_remove() {
10   post_install $1
13 # vim:set ts=2 sw=2 et: