summaryrefslogtreecommitdiffstats
path: root/dc.pkg/prerm
blob: 688f2b86f92f2bd7dddf03b591d13596d428edf8 (plain)
1
2
3
4
5
#!/bin/sh

if [ "x${1}" = 'xremove' ]; then
	update-alternatives --remove dc /usr/bin/dc.gnu
fi