slackbuilds_ponce/games/oolite/doinst.sh
Johannes Schoepfer 29e7b0e5f1
games/oolite: Added (an open-world space opera).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2016-07-30 08:28:31 +07:00

7 lines
240 B
Bash

#!/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