frodo-wii/Src/debian/postinst

21 lines
497 B
Plaintext
Raw Normal View History

2009-01-13 19:46:42 +01:00
#!/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