summaryrefslogtreecommitdiff
path: root/package/shorewall-shell/files
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-04 11:09:41 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-04 12:18:47 +0200
commitb24705ef52d78da83e1c443cbcf9a0483e5e9a85 (patch)
treea566a30fdf3b393fcea3266040d2bf82ae53e59a /package/shorewall-shell/files
parente0289759cb1fdc5912c5dbcc134a4955b814f98a (diff)
remove unused and unmaintained package
Diffstat (limited to 'package/shorewall-shell/files')
-rw-r--r--package/shorewall-shell/files/downstrip7
1 files changed, 0 insertions, 7 deletions
diff --git a/package/shorewall-shell/files/downstrip b/package/shorewall-shell/files/downstrip
deleted file mode 100644
index 040eded62..000000000
--- a/package/shorewall-shell/files/downstrip
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-cd $1
-for i in $( ls -1 $1 |grep -v ".template"); do
- sed -e '/^$/d' -e '/^#$/d' -e '/^#[^!]/d' -e '/^[ *]$/d' -e 's/\t/ /g' -i $i
-done
-