From 826a2e7f8c7786acb3b5d2217f19814f314289ab Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 5 Jan 2022 16:21:31 -0500 Subject: add initial lw d/ contents --- librewolf/debian/firefox.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 librewolf/debian/firefox.in (limited to 'librewolf/debian/firefox.in') diff --git a/librewolf/debian/firefox.in b/librewolf/debian/firefox.in new file mode 100644 index 0000000..42479fe --- /dev/null +++ b/librewolf/debian/firefox.in @@ -0,0 +1,6 @@ +#!/bin/sh + +FIREFOX="$(command -v firefox)" +[ -x "$FIREFOX.real" ] && exec "$FIREFOX.real" "$@" + +exec @browser@ "$@" -- cgit