aboutsummaryrefslogtreecommitdiff
path: root/debian/prerm
blob: db94b0f1af7324e8cc86530f489ba5d20f43d81c (plain)
1
2
3
4
5
6
7
8
#!/bin/sh -e

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

#DEBHELPER#