summarylogtreecommitdiffstats
path: root/newlisp.install
blob: c4be6d8c78a21f2e62c180ec065bfef169bdadd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  ln -sf /usr/bin/newlisp-10.?.? usr/bin/newlisp
}

pre_remove() {
  [[ -f usr/bin/newlisp ]] && rm usr/bin/newlisp
}

post_upgrade() {
  post_install
}