aboutsummaryrefslogtreecommitdiff
path: root/packages/linux_make/debian/pd-extended.prerm
blob: 7d2528826055258c22400bb45bdfa9087dec905e (plain)
1
2
3
4
5
#!/bin/sh -e

if [ "$1" != "upgrade" ]; then
  update-alternatives --remove pd /usr/bin/pd-extended
fi