summarylogtreecommitdiffstats
path: root/jcpwm.install
blob: 01b29bcb4463aeabd24897a847c285eb585796fc (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  ln -sf '/opt/JumpCloud Password Manager/jcpwm' '/usr/bin/jcpwm'
  update-mime-database /usr/share/mime || true
  update-desktop-database /usr/share/applications || true
}

pre_remove() {
  rm -f '/usr/bin/jcpwm'
}