blob: afebe60c45d80b9d731f0f13c9a4f2ec85548a52 (
plain)
- // We prefer firefox over other alternatives (goddammit!)
- DPkg
- {
- 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";};
- };
|