summarylogtreecommitdiffstats
path: root/racer.install
blob: 62a6fda1443db93edcbea5c039fe4ebf164e1e65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install() {
  /bin/true
}

post_upgrade() {
   echo "-- Group games membership is no more a requirement for configuration saving. Configuration is now saved into ~/.racer --"
/bin/true
}

pre_remove() {
/bin/true
}

op=$1
shift

$op "$@"