SlackBuildsOrg/system/qjoypad/doinst.sh
M.Dinslage 44021a48e7 system/qjoypad: Added (convert gamepad buttons to keystrokes).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2018-01-13 07:13:02 +07:00

9 lines
320 B
Bash

if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
if [ -e usr/share/icons/oxygen/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache -f usr/share/icons/oxygen >/dev/null 2>&1
fi
fi