summarylogtreecommitdiffstats
path: root/pinegrow.install
blob: adf39ce1dfb92fd6e28348d38661ae6b8da3885b (plain)
1
2
3
4
5
6
post_install() {
  ln -fs /usr/share/pinegrow/PinegrowLibrary /usr/bin/pinegrow
}
post_remove() {
  rm /usr/bin/pinegrow
}