summarylogtreecommitdiffstats
path: root/adminer.install
diff options
context:
space:
mode:
Diffstat (limited to 'adminer.install')
-rw-r--r--adminer.install6
1 files changed, 4 insertions, 2 deletions
diff --git a/adminer.install b/adminer.install
index 893f68f56ff2..3e712df7fd88 100644
--- a/adminer.install
+++ b/adminer.install
@@ -9,9 +9,11 @@ http://localhost/adminer.
EOM
post_install() {
- echo -e "$MESSAGE";
+ echo -e "$MESSAGE";
}
post_upgrade() {
- echo -e "$MESSAGE";
+ echo -e "$MESSAGE";
}
+
+# vim: set ts=2 sw=2 et: