From d3ca132bd6fd16ac1575b6e77aa8ce62765b890b Mon Sep 17 00:00:00 2001 From: Nick Clarke Date: Tue, 20 Jul 2010 03:26:00 +1200 Subject: [PATCH] Remove deletion of 'res' directory files from startup scripts Now done from java in FileManager --- nevernote.bat | 5 ----- nevernote.sh | 8 -------- 2 files changed, 13 deletions(-) diff --git a/nevernote.bat b/nevernote.bat index fcba5d9..b1fcfd4 100644 --- a/nevernote.bat +++ b/nevernote.bat @@ -50,11 +50,6 @@ rem ## You probably don't need to change anything below this line. ## rem ################################################################# rem ################################################################# -rem ####################################### -rem # delete files in temporary directory # -rem ####################################### -del /Q %NEVERNOTE%\res\*.* - rem ##################### rem # Setup environment # diff --git a/nevernote.sh b/nevernote.sh index 4a43471..e6b1a25 100755 --- a/nevernote.sh +++ b/nevernote.sh @@ -64,14 +64,6 @@ export NN_CLASSPATH=$NN_CLASSPATH:$JAMBI_LOCATION/qtjambi-$JAMBI_VERSION.jar export NN_CLASSPATH=$NN_CLASSPATH:$JAMBI_LOCATION/qtjambi-$JAMBI_PLATFORM-$JAMBI_VERSION.jar - -################################# -# Clear out temporary directory # -################################# -touch $NEVERNOTE/res/dummy.txt -rm $NEVERNOTE/res/*.* - - ################### # Run the program # ################### -- 2.11.0