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