Changeset 1620 for pbibuild/modules/kbackup
- Timestamp:
- 03/18/08 11:01:37 (9 months ago)
- Location:
- pbibuild/modules/kbackup
- Files:
-
- 3 modified
-
overlay-dir/PBI.RemoveScript.sh (modified) (1 diff)
-
overlay-dir/PBI.SetupScript.sh (modified) (1 diff)
-
pbi.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/kbackup/overlay-dir/PBI.RemoveScript.sh
r1054 r1620 7 7 # TIP: 'kdialog' should be used for user interaction. 8 8 ######################################### 9 rm -fR /usr/ bin/kbackup9 rm -fR /usr/local/bin/kbackup 10 10 rm -fR /usr/local/share/applications/kde/kbackup.desktop 11 11 rm -fR /usr/local/share/apps/kbackup -
pbibuild/modules/kbackup/overlay-dir/PBI.SetupScript.sh
r1061 r1620 15 15 # echo 'MSG: <text>' # Display this text above progress bar 16 16 ######################################### 17 ln -s /Programs/${PROGDIR}/.sbin/kbackup /usr/ bin/kbackup17 ln -s /Programs/${PROGDIR}/.sbin/kbackup /usr/local/bin/kbackup 18 18 ln -s /Programs/${PROGDIR}/share/applications/kde/kbackup.desktop /usr/local/share/applications/kde/kbackup.desktop 19 19 ln -s /Programs/${PROGDIR}/share/apps/kbackup /usr/local/share/apps/kbackup -
pbibuild/modules/kbackup/pbi.conf
r1403 r1620 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=" 03"35 BUILDKEY="23" 36 36 37 37 export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
