diff options
author | root <root@rshg054.dnsready.net> | 2012-12-21 02:59:15 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-21 02:59:15 -0800 |
commit | ebf350f32a8352abbd1bb4a8a49ed750bb23f285 (patch) | |
tree | 1ebf65f72d0e3bd77cae555c194a3e64ecfa3dd7 /community/osdlyrics/osdlyrics.install | |
parent | fecd6286e00e6e25458a7d1b8b80f6fdb236a7a2 (diff) |
Fri Dec 21 02:53:46 PST 2012
Diffstat (limited to 'community/osdlyrics/osdlyrics.install')
-rw-r--r-- | community/osdlyrics/osdlyrics.install | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/community/osdlyrics/osdlyrics.install b/community/osdlyrics/osdlyrics.install new file mode 100644 index 000000000..54854a1fe --- /dev/null +++ b/community/osdlyrics/osdlyrics.install @@ -0,0 +1,15 @@ +post_upgrade() +{ + usr/bin/update-desktop-database -q + usr/bin/gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_install() +{ + post_upgrade +} + +post_remove() +{ + post_upgrade +} |