diff options
Diffstat (limited to 'community-testing/glob2/glob2.install')
-rw-r--r-- | community-testing/glob2/glob2.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community-testing/glob2/glob2.install b/community-testing/glob2/glob2.install new file mode 100644 index 000000000..7463b6e76 --- /dev/null +++ b/community-testing/glob2/glob2.install @@ -0,0 +1,12 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + update-desktop-database -q +} + |