summarylogtreecommitdiffstats
path: root/qcopy.install
blob: 16db238df1b91416665a4ceb321ac5631195b64f (plain)
1
2
3
4
5
6
7
post_install() {
  ln -s /usr/bin/qcopy /usr/bin/qcp
}

post_remove() {
  rm -f /usr/bin/qcp
}