summarylogtreecommitdiffstats
path: root/hubic.install
blob: b43946e0b71c10ec2755b15ae2ee973fdf7ea04f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
dbus_tip() {
  echo "If it doesn't launch when in an ssh session try something like:"
  echo "\$ export \$(dbus-launch); hubic args"
}

post_install() {
  echo "Don't forget to run 'hubiC login <email> <folder to synchronize>' to initialize the service."
  dbus_tip
}

post_upgrade() {
  dbus_tip
}