summaryrefslogtreecommitdiffstats
path: root/dc.pkg/postinst
blob: 8ca83d21bcedef843152fda391119b02b919f06d (plain)
1
2
3
4
5
#!/bin/sh

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