summarylogtreecommitdiffstats
path: root/oblogout.install
blob: 5e72d593f5ca5d25c72e4bb53b2fdcc789f4eb9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install () {
  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 $*