Changeset 1208 for pbibuild/modules/dosbox
- Timestamp:
- 01/17/08 14:49:30 (10 months ago)
- Location:
- pbibuild/modules/dosbox
- Files:
-
- 4 modified
-
dirstatus (modified) (1 diff)
-
kmenu-dir/dosbox (modified) (1 diff)
-
overlay-dir/PBI.RemoveScript.sh (modified) (1 diff)
-
pbi.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/dosbox/dirstatus
r1155 r1208 1 In active1 In Progress -
pbibuild/modules/dosbox/kmenu-dir/dosbox
r1180 r1208 1 1 ExePath: bin/dosbox 2 2 ExeIcon: share/pixmaps/dosbox.png 3 ExeDescr: DOSBox (Emulator)3 ExeDescr: DOSBox 4 4 ExeNoDesktop: 0 5 5 ExeNoMenu: 0 -
pbibuild/modules/dosbox/overlay-dir/PBI.RemoveScript.sh
r1147 r1208 10 10 rm -fR /usr/local/man/man1/dosbox.1.gz 11 11 rm -fR /usr/local/share/doc/dosbox 12 13 if [ ! -z "$DISPLAY" ]14 then15 # Ask if we want to remove the user profiles16 kdialog --yesno "Do you want to remove DOSBox user settings?" --title "Remove user settings"17 if [ "$?" = "0" ]18 then19 cd /home20 for i in `ls`21 do22 if [ -e "/home/${i}/.dosbox" ]23 then24 rm -rf /home/${i}/.dosbox25 fi26 done27 fi28 fi29 -
pbibuild/modules/dosbox/pbi.conf
r1189 r1208 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 5"35 BUILDKEY="06" 36 36 37 37 export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
