X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=debian%2Fvym.postinst;fp=debian%2Fvym.postinst;h=bc309b1e2848bb530c4aedaf36c95627b60e8952;hb=a6018bd246bc0db01ee2471da50554704b4d4331;hp=0000000000000000000000000000000000000000;hpb=7dfa3fe589d1722d49681f42cdb0bf1e6efb5223;p=sven%2Fvym.git diff --git a/debian/vym.postinst b/debian/vym.postinst new file mode 100644 index 0000000..bc309b1 --- /dev/null +++ b/debian/vym.postinst @@ -0,0 +1,10 @@ +#! /bin/sh +set -e + +#DEBHELPER# + +if [ -x /usr/bin/update-desktop-database ]; then + update-desktop-database +fi + +exit 0