tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

prerm.in (217B)


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