From b859e56419c993cfdadc7936a4d72ae04aed46e1 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 27 May 2006 19:17:01 +0000 Subject: Remove tempdir after use. --- localsonganizer | 1 + 1 file changed, 1 insertion(+) (limited to 'localsonganizer') diff --git a/localsonganizer b/localsonganizer index 6836118..f8d50e8 100755 --- a/localsonganizer +++ b/localsonganizer @@ -431,3 +431,4 @@ initTempTargetDirs $wantedtargets find ${datadirs} \( -iname "*.mp3" -or -iname "*.mpeg" \) -and -type f -print | (while read file; do symlinksToFile "$file" mp3 $wantedtargets; done) find ${datadirs} -iname "*.ogg" -and -type f -print | (while read file; do symlinksToFile "$file" ogg $wantedtargets; done) moveSymlinkDirs $wantedtargets +rm -rf "${tempdir}" -- cgit v1.2.3