updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / picasa / picasa.install
blob07184641e3daefd9357931136e8659ed4318f30d
1 pkgname=picasa
3 # arg 1:  the new package version
4 post_install() {
5   echo "Before using picasa you must accept the license."
6   echo "The license files are located in /usr/share/licences/picasa/"
7   echo ""
8   echo "NOTE:"
9   echo "If you're not running gnome/kde please look at the hook files" 
10   echo "located in /opt/google/picasa/info."
11   echo "Edit them for your default filemanager/browser/email/mime-handling,"
12   echo "and copy them to /opt/google/picasa/bin."
13   echo "If you're a gnome/kde user you should not modify these files."
14   echo "Picasa will use your default DE settings."
15   echo ""
18 post_upgrade() {
19   post_install $1
22 op=$1
23 shift
24 $op $*