summarylogtreecommitdiffstats
path: root/debtap.install
diff options
context:
space:
mode:
Diffstat (limited to 'debtap.install')
-rw-r--r--debtap.install18
1 files changed, 9 insertions, 9 deletions
diff --git a/debtap.install b/debtap.install
index 84e1ec94c1ce..71cd89b35fa9 100644
--- a/debtap.install
+++ b/debtap.install
@@ -1,17 +1,17 @@
post_install() {
-echo "==> You must run at least once \"debtap -u\""
-echo "with root privileges (preferably recently),"
-echo "before running this script"
-echo
-echo "==> Syntax: debtap [option] package_filename"
-echo
-echo "==> Run \"debtap -h\" for help"
+ echo "==> You must run at least once \"debtap -u\""
+ echo "with root privileges (preferably recently),"
+ echo "before running this script"
+ echo
+ echo "==> Syntax: debtap [option] package_filename"
+ echo
+ echo "==> Run \"debtap -h\" for help"
}
post_upgrade() {
-post_install
+ post_install
}
post_remove() {
-echo "==> /var/cache/debtap has not been removed"
+ echo "==> /var/cache/debtap has not been removed"
}