summaryrefslogtreecommitdiffstats
path: root/debian/bsdextrautils.preinst
blob: 7741d127a03b6a5298952bc89d42b6ffd6976938 (plain)
1
2
3
4
5
6
7
#!/bin/sh
set -e

# for upgrades from bsdextrautils < 2.37.2-5
update-alternatives --remove write /usr/bin/write.ul

#DEBHELPER#