diff options
Diffstat (limited to 'community/glob2/glob2.install')
-rw-r--r-- | community/glob2/glob2.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/glob2/glob2.install b/community/glob2/glob2.install new file mode 100644 index 000000000..d2b1a678b --- /dev/null +++ b/community/glob2/glob2.install @@ -0,0 +1,13 @@ +post_install() { + xdg-icon-resource forceupdate +} + +post_upgrade() { + xdg-icon-resource forceupdate +} + +post_remove() { + xdg-icon-resource forceupdate +} + +# vim:set ts=2 sw=2 et: |