]> git.sven.stormbind.net Git - sven/vym.git/blob - debian/vym.postinst
update standards-version
[sven/vym.git] / debian / vym.postinst
1 #! /bin/sh
2 set -e
3
4 #DEBHELPER#
5
6 if [ -x /usr/bin/update-desktop-database ]; then
7   update-desktop-database
8 fi
9
10 exit 0