diff options
Diffstat (limited to 'community/apvlv/apvlv.install')
-rw-r--r-- | community/apvlv/apvlv.install | 7 |
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 +} |