diff options
author | root <root@rshg054.dnsready.net> | 2012-12-22 02:49:14 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-22 02:49:14 -0800 |
commit | 0f92922979ec1f52c580079a4a49a7dc84af4ca1 (patch) | |
tree | fe2e215e3c2e3b9f297f1196511be57fcb5701d8 /community/pidgin-lwqq/pidgin-lwqq.install | |
parent | ebf350f32a8352abbd1bb4a8a49ed750bb23f285 (diff) |
Sat Dec 22 02:47:27 PST 2012
Diffstat (limited to 'community/pidgin-lwqq/pidgin-lwqq.install')
-rw-r--r-- | community/pidgin-lwqq/pidgin-lwqq.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/pidgin-lwqq/pidgin-lwqq.install b/community/pidgin-lwqq/pidgin-lwqq.install new file mode 100644 index 000000000..c0797237a --- /dev/null +++ b/community/pidgin-lwqq/pidgin-lwqq.install @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |