summaryrefslogtreecommitdiffstats
path: root/bzip2.pkg/prerm
blob: d82eecc0b501848b5dcb0e943b975a4c9609a0a8 (plain)
1
2
3
4
5
6
7
#!/bin/sh

if [ "x${1}" = 'xremove' ]; then
	for link in bzip2 bunzip2 bzcat; do
		update-alternatives --remove ${link} /usr/bin/${link}.bzip2
	done
fi