summaryrefslogtreecommitdiff
path: root/community/ebtables/ebtables.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/ebtables/ebtables.install')
-rw-r--r--community/ebtables/ebtables.install9
1 files changed, 0 insertions, 9 deletions
diff --git a/community/ebtables/ebtables.install b/community/ebtables/ebtables.install
deleted file mode 100644
index 7dd6921ed..000000000
--- a/community/ebtables/ebtables.install
+++ /dev/null
@@ -1,9 +0,0 @@
-## arg 1: the new package version
-## arg 2: the old package version
-post_upgrade() {
- [ $(vercmp "$2" '2.0.10_4-1') -gt 0 ] || cat <<EOF
-Config file have been moved to /etc/ebtables.conf and only support text format.
-EOF
-}
-
-# vim:set ts=2 sw=2 ft=sh et: