Source code

Revision control

Copy as Markdown

Other Tools

#!/bin/sh -e
if [ "$$1" = "remove" ] || [ "$$1" = "deconfigure" ] ; then
update-alternatives --remove x-www-browser /usr/bin/${DEB_PKG_NAME}
update-alternatives --remove gnome-www-browser /usr/bin/${DEB_PKG_NAME}
fi