Changeset 1183 for pbibuild/modules/pdfedit/overlay-dir
- Timestamp:
- 01/15/08 19:08:20 (11 months ago)
- Location:
- pbibuild/modules/pdfedit/overlay-dir
- Files:
-
- 4 modified
-
PBI.RemoveScript.sh (modified) (1 diff)
-
PBI.SetupScript.sh (modified) (1 diff)
-
header.png (modified) (previous)
-
leftside.png (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/pdfedit/overlay-dir/PBI.RemoveScript.sh
r1175 r1183 15 15 then 16 16 # Ask if we want to remove the user profiles 17 kdialog --yesno "Do you want to remove PDF Edit user settings?" --title "Remove user settings"17 kdialog --yesno "Do you want to remove PDFedit user settings?" --title "Remove user settings" 18 18 if [ "$?" = "0" ] 19 19 then -
pbibuild/modules/pdfedit/overlay-dir/PBI.SetupScript.sh
r1175 r1183 15 15 # echo 'MSG: <text>' # Display this text above progress bar 16 16 ######################################### 17 ln -s /Programs/${PROGDIR}/. pdfedit /usr/local/bin/pdfedit17 ln -s /Programs/${PROGDIR}/.sbin/pdfedit /usr/local/bin/pdfedit 18 18 ln -s /Programs/${PROGDIR}/man/man1/pdfedit.1.gz /usr/local/man/man1/pdfedit.1.gz 19 19 ln -s /Programs/${PROGDIR}/share/doc/pdfedit /usr/local/share/doc/pdfedit
