Fix (lots of) memory leaks in Game.cpp
[numtypysics.git] / debian / postinst
blob2dc5f3919d5f86cb91ef37824b19c0e56f9e75bc
1 #!/bin/sh
3 if [ -x /usr/bin/update-mime-database ]; then
4 update-mime-database /usr/share/mime
5 fi
7 if [ -x /usr/bin/update-desktop-database ]; then
8 update-desktop-database /usr/share/applications
9 fi
11 if [ -x /usr/bin/osso-update-category-database ]; then
12 osso-update-category-database /usr/share/mime
15 if [ -x /usr/bin/gtk-update-icon-cache ]; then
16 gtk-update-icon-cache --force /usr/share/icons/hicolor
19 #DEBHELPER#
21 exit 0