summaryrefslogtreecommitdiff
path: root/community/apvlv/apvlv.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/apvlv/apvlv.install')
-rw-r--r--community/apvlv/apvlv.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/apvlv/apvlv.install b/community/apvlv/apvlv.install
new file mode 100644
index 000000000..5384f9c85
--- /dev/null
+++ b/community/apvlv/apvlv.install
@@ -0,0 +1,7 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_remove() {
+ post_install
+}