summaryrefslogtreecommitdiffstats
path: root/dialog-ncurses.pkg/postinst
blob: 734e4bf049aeb4e7bf31bf89c7b20dee51905e5c (plain)
1
2
3
4
5
6
#!/bin/sh

if [ x"${1}" = x'configure' ]; then
	update-alternatives --install /usr/bin/dialog dialog \
		/usr/bin/dialog.ncurses 20
fi