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

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