diff options
Diffstat (limited to 'ubuntu/lucid_automake/kdelibs/debian/prune-nonfree')
-rw-r--r-- | ubuntu/lucid_automake/kdelibs/debian/prune-nonfree | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ubuntu/lucid_automake/kdelibs/debian/prune-nonfree b/ubuntu/lucid_automake/kdelibs/debian/prune-nonfree deleted file mode 100644 index c6121e836..000000000 --- a/ubuntu/lucid_automake/kdelibs/debian/prune-nonfree +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -e - -# Removes non-free files from the source tree. Must be done before -# creating the orig.tar.gz. - -TOPLEVEL="$1" - -if [ "$TOPLEVEL" = "" ]; then - echo "Please provide the toplevel directory as the argument." - exit 1 -else - rm -f $TOPLEVEL/tdeioslave/http/kcookiejar/rfc* -fi - -exit 0 |