]> git.sven.stormbind.net Git - sven/vym.git/blob - vym.postinst
Replace Pierre as the maintainer
[sven/vym.git] / 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