diff options
Diffstat (limited to 'community-testing/glob2/glob2.install')
-rw-r--r-- | community-testing/glob2/glob2.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community-testing/glob2/glob2.install b/community-testing/glob2/glob2.install new file mode 100644 index 000000000..20264b3a8 --- /dev/null +++ b/community-testing/glob2/glob2.install @@ -0,0 +1,13 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} + |