summaryrefslogtreecommitdiff
path: root/apt/apt.conf.d/99-local-set-preferred-x-www-browser
blob: 9302c6ed415237066595239b919731697a4b8876 (plain)
  1. // We prefer iceweasel over other alternatives (goddammit!)
  2. DPkg
  3. {
  4. Post-Invoke {"if [ -x /usr/sbin/update-alternatives ] && [ -x /usr/bin/iceweasel ]; then /usr/sbin/update-alternatives --set x-www-browser /usr/bin/iceweasel; else exit 0; fi";};
  5. };