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