diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-06-26 14:55:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-06-26 14:55:37 +0000 |
commit | f87a4af4458ab3594e605090215bd76b94cef3e8 (patch) | |
tree | c83b3822a9f2fce7f33d3ea40adf1d94bf5854ab /main/shorewall-shell | |
parent | 2c42b21247e3a50c500f5dbea1549092022c30ad (diff) | |
download | aports-f87a4af4458ab3594e605090215bd76b94cef3e8.tar.bz2 aports-f87a4af4458ab3594e605090215bd76b94cef3e8.tar.xz |
main/shorewall-shell: remove unused post-install
Diffstat (limited to 'main/shorewall-shell')
-rw-r--r-- | main/shorewall-shell/shorewall-shell.post-install | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/main/shorewall-shell/shorewall-shell.post-install b/main/shorewall-shell/shorewall-shell.post-install deleted file mode 100644 index 34f18779a..000000000 --- a/main/shorewall-shell/shorewall-shell.post-install +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -# loglevel needs to be lowercase -if grep -q INFO /etc/shorewall/rules; then - sed '/^[^#].*[[:space:]]\+INFO/s/\([[:space:]]\)\+INFO[[:space:]]*$/\1info/' \ - /etc/shorewall/policy |