diff options
author | root <root@rshg054.dnsready.net> | 2012-08-31 00:04:43 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-31 00:04:43 +0000 |
commit | 68cdc08aec92abf91448a542e06fabbedbb583bf (patch) | |
tree | 2c42e2f29a6162e0cb5ff3db8f0b46277ab4ed90 /community/cantata/cantata.install | |
parent | dba5b0127d9f00a13c489f0f5893481cbe7d429b (diff) |
Fri Aug 31 00:04:43 UTC 2012
Diffstat (limited to 'community/cantata/cantata.install')
-rw-r--r-- | community/cantata/cantata.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community/cantata/cantata.install b/community/cantata/cantata.install new file mode 100644 index 000000000..5495fb1b5 --- /dev/null +++ b/community/cantata/cantata.install @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |