summarylogtreecommitdiffstats
path: root/remotebox.install
blob: e341e03d0b6a4b1356b101fcd9330eee4b51325d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
post_install() {
  echo '-----------------------------------------------------------'
  echo 'For start-up see /usr/share/doc/remotebox/'
  echo
  echo 'If you want to connect to guests running Windows also install'
  echo ' * rdesktop'
  echo '-----------------------------------------------------------'

  /bin/true
}

post_upgrade() {
/bin/true
}

pre_remove() {
/bin/true
}

op=$1
shift

$op "$@"