summaryrefslogtreecommitdiffstats
path: root/dialog-ncursesw.pkg/prerm
blob: ab7d26c165ed38b6bd73edf5121e9c6dc115c12d (plain)
1
2
3
4
5
6
#!/bin/sh

if [ x"${1}" = x'remove' ] || [ x"${1}" = x'purge' ] || [ x"${1}" = x'upgrade' ]
then
	update-alternatives --remove /usr/bin/dialog /usr/bin/dialog.ncursesw
fi