summaryrefslogtreecommitdiffstats
path: root/dialog-ncursesw.pkg/postinst
blob: ab6650c1b0876cbb96c55278a6e90bff54ded3c1 (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.ncursesw 30
fi