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