diff options
author | root <root@rshg054.dnsready.net> | 2012-11-06 02:13:31 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-06 02:13:31 -0800 |
commit | 85e0e667660650d70269432a90401d4288776d9d (patch) | |
tree | 7d6e665bf13e57be14c60b14512dd322c97874e8 /community/account-plugins/account-plugins.install | |
parent | c973e7aa43bb6c3bb4e25503eea40ddee63fcefd (diff) |
Tue Nov 6 02:09:19 PST 2012
Diffstat (limited to 'community/account-plugins/account-plugins.install')
-rw-r--r-- | community/account-plugins/account-plugins.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/account-plugins/account-plugins.install b/community/account-plugins/account-plugins.install new file mode 100644 index 000000000..2c455e952 --- /dev/null +++ b/community/account-plugins/account-plugins.install @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} |