Changeset 1870 for pbibuild/modules/winrar/overlay-dir/PBI.SetupScript.sh
- Timestamp:
- 05/07/08 17:38:25 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/winrar/overlay-dir/PBI.SetupScript.sh
r1661 r1870 16 16 ######################################### 17 17 ln -s /Programs/${PROGDIR}/.sbin/winrar /usr/local/bin/winrar 18 ln -s /Programs/${PROGDIR}/.sbin/winepath /usr/local/bin/winrarpath 18 19 chmod -R 777 /Programs/${PROGDIR}/WINRAR 19 20 chmod +x /Programs/${PROGDIR}/bin/winrar 20 21 USER=`who | grep :0 | cut -f 1 -d " "` 21 22 chown ${USER} /Programs/${PROGDIR}/WINRAR 23 #copy the new winrar.desktop entry to all users 24 cd /home 25 for i in `ls` 26 do 27 ln -s /Programs/${PROGDIR}/winrar.desktop /home/${i}/.kde/share/apps/konqueror/servicemenus/ 28 done 22 29 echo "LAUNCHCLOSE: /usr/local/bin/winrar"
