summaryrefslogtreecommitdiffstats
path: root/games/oolite/doinst.sh
blob: 63fb67213ea012e7947a5415a4ac53f0b043d6f2 (plain)
#!/bin/sh
if [ -x /usr/bin/update-mime-database ]; then
    /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
fi
if [ -x /usr/bin/update-desktop-database ]; then
    /usr/bin/update-desktop-database -q usr/share/applications
fi