summaryrefslogtreecommitdiffstats
path: root/audio-soft/picard/DOWNLOAD
diff options
context:
space:
mode:
Diffstat (limited to 'audio-soft/picard/DOWNLOAD')
-rwxr-xr-xaudio-soft/picard/DOWNLOAD8
1 files changed, 0 insertions, 8 deletions
diff --git a/audio-soft/picard/DOWNLOAD b/audio-soft/picard/DOWNLOAD
deleted file mode 100755
index 5964ef14fa..0000000000
--- a/audio-soft/picard/DOWNLOAD
+++ /dev/null
@@ -1,8 +0,0 @@
-if [[ -e ${SOURCE_CACHE}/${SOURCE} ]] ; then
- message "${MESSAGE_COLOR}Found source file" \
- "${FILE_COLOR}${SOURCE}${DEFAULT_COLOR}"
-else
- message "${MESSAGE_COLOR}Downloading source file" \
- "${FILE_COLOR}${SOURCE}${DEFAULT_COLOR}" &&
- wget --no-check-certificate ${SOURCE_URL} -O ${SOURCE_CACHE}/${SOURCE}
-fi