updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / dropbox-share / dropbox.install
blobf4066e89f98b7054b73b39bbf53597fb25187912
1 post_install()
3         echo
4         echo '**********************************************************************************************'
5         echo 'You have to create symlinks into the users` home directories who want to use the nautilus scripts.'
6         echo Substitute '$USER' in the following commands to add Dropbox-Share:
7         echo
8         echo ' #ln -s "/usr/share/nautilus-scripts/Dropbox Share" /home/$USER/.gnome2/nautilus-scripts/   '
9         echo ' #ln -s "/usr/share/nautilus-scripts/Dropbox Unshare" /home/$USER/.gnome2/nautilus-scripts/ '
10         echo '**********************************************************************************************'
13 post_remove()
15         echo
16         echo '************************************************************'
17         echo 'Do not forget to remove the symlinks from your home folder:'
18         echo '#rm /home/$USER/.gnome2/nautilus-scripts/"Dropbox Share"   '
19         echo '#rm /home/$USER/.gnome2/nautilus-scripts/"Dropbox Unshare" '
20         echo '************************************************************'