ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Src/debian/postinst
Revision: 1.1
Committed: 2008-02-21T06:18:13Z (16 years, 2 months ago) by berlac
Branch: MAIN
CVS Tags: HEAD
Log Message:
Initial revision.

File Contents

# Content
1 #!/bin/sh
2 ## ----------------------------------------------------------------------
3 ## debian/postinst : postinstallation script for frodo
4 ## ----------------------------------------------------------------------
5
6 ## ----------------------------------------------------------------------
7 set -e
8
9 chmod +x /usr/bin/mirage
10 echo "updated permiss"
11
12 gtk-update-icon-cache -f /usr/share/icons/hicolor
13
14
15 oldversion="$2"
16 if [ -z "$oldversion" ]; then
17 maemo-select-menu-location frodo.desktop
18 fi
19
20 exit 0