summarylogtreecommitdiffstats
path: root/logintop10.install
blob: 4e4ba280817a065c9c6490976548a4a2a8c504b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install() {
  echo "If you intend to use lang (-l) switch, make sure you have locales generated for the desired language."
  /bin/true
}

post_upgrade() {
  /bin/true
}

pre_remove() {
  /bin/true
}

op=$1
shift

$op "$@"