Changeset 1183
- Timestamp:
- 01/15/08 19:08:20 (11 months ago)
- Location:
- pbibuild/modules/pdfedit
- Files:
-
- 1 added
- 5 modified
-
dirstatus (added)
-
overlay-dir/PBI.RemoveScript.sh (modified) (1 diff)
-
overlay-dir/PBI.SetupScript.sh (modified) (1 diff)
-
overlay-dir/header.png (modified) (previous)
-
overlay-dir/leftside.png (modified) (previous)
-
pbi.conf (modified) (1 diff)
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 -
pbibuild/modules/pdfedit/pbi.conf
r1175 r1183 33 33 # Build Key - Change this to anything else to trigger a rebuild 34 34 # - The rebuild will take place even if port is still the same ver 35 BUILDKEY="0 1"35 BUILDKEY="03" 36 36 37 37 export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
