summarylogtreecommitdiffstats
path: root/oblogout.install
diff options
context:
space:
mode:
Diffstat (limited to 'oblogout.install')
-rw-r--r--oblogout.install10
1 files changed, 4 insertions, 6 deletions
diff --git a/oblogout.install b/oblogout.install
index 6aaed9150454..5e72d593f5ca 100644
--- a/oblogout.install
+++ b/oblogout.install
@@ -1,14 +1,12 @@
post_install () {
-
-echo ' IMPORTANT'
-echo 'Make sure that dbus is running'
-echo 'Customise the config (/etc/oblogout.conf) as required'
+ echo ' IMPORTANT'
+ echo 'Make sure that dbus is running'
+ echo 'Customise the config (/etc/oblogout.conf) as required'
}
post_upgrade() {
post_install $1
}
-
op=$1
shift
-$op $*
+$op $* \ No newline at end of file