frodo-wii/Src/debian/postinst
2009-01-13 18:46:42 +00:00

21 lines
497 B
Bash

#!/bin/sh
## ----------------------------------------------------------------------
## debian/postinst : postinstallation script for frodo
## ----------------------------------------------------------------------
## ----------------------------------------------------------------------
set -e
chmod +x /usr/bin/mirage
echo "updated permiss"
gtk-update-icon-cache -f /usr/share/icons/hicolor
oldversion="$2"
if [ -z "$oldversion" ]; then
maemo-select-menu-location frodo.desktop
fi
exit 0