summarylogtreecommitdiffstats
path: root/cubicsdr-git.install
blob: 32f8f1d3cefc7fd53eb92710accfeb02d900d95a (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  ln -fs /usr/bin/CubicSDR /usr/bin/cubicsdr
}

post_upgrade() {
  post_install
}

post_remove() {
  rm /usr/bin/cubicsdr
}