diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:49:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:49:03 +0000 |
commit | f7359bb5d4af5721623ec8a5aa8b13d2ebce6a98 (patch) | |
tree | 45b8fb78a492d1e85f34e2289e41536f0be60c0a /debian/firefox.in | |
parent | Adding upstream version 124.0.1. (diff) | |
download | firefox-f7359bb5d4af5721623ec8a5aa8b13d2ebce6a98.tar.xz firefox-f7359bb5d4af5721623ec8a5aa8b13d2ebce6a98.zip |
Adding debian version 124.0.1-1.debian/124.0.1-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/firefox.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/firefox.in b/debian/firefox.in new file mode 100644 index 0000000000..42479fe3e0 --- /dev/null +++ b/debian/firefox.in @@ -0,0 +1,6 @@ +#!/bin/sh + +FIREFOX="$(command -v firefox)" +[ -x "$FIREFOX.real" ] && exec "$FIREFOX.real" "$@" + +exec @browser@ "$@" |