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