summarylogtreecommitdiffstats
path: root/ebtables.install
diff options
context:
space:
mode:
Diffstat (limited to 'ebtables.install')
-rw-r--r--ebtables.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/ebtables.install b/ebtables.install
new file mode 100644
index 000000000000..f26d4ab60363
--- /dev/null
+++ b/ebtables.install
@@ -0,0 +1,9 @@
+## arg 1: the new package version
+## arg 2: the old package version
+post_upgrade() {
+ (( $(vercmp "$2" '2.0.10_4-1') > 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: