From fe39148d0cd6ec9020883e8e2af9376412f8da86 Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 6 Mar 2019 15:23:42 -0500 Subject: WIP: waterfox dpkg --- waterfox/debian/waterfox-bin.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 waterfox/debian/waterfox-bin.sh (limited to 'waterfox/debian/waterfox-bin.sh') diff --git a/waterfox/debian/waterfox-bin.sh b/waterfox/debian/waterfox-bin.sh new file mode 100644 index 0000000..754ed2a --- /dev/null +++ b/waterfox/debian/waterfox-bin.sh @@ -0,0 +1,2 @@ +#!/bin/sh +exec /usr/lib/waterfox/waterfox "$@" -- cgit From c9f688eefd60452f138654d3f596378e217dd4c4 Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 7 Mar 2019 22:16:53 -0500 Subject: WIP: initial bgstackification --- waterfox/debian/waterfox-bin.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 waterfox/debian/waterfox-bin.sh (limited to 'waterfox/debian/waterfox-bin.sh') diff --git a/waterfox/debian/waterfox-bin.sh b/waterfox/debian/waterfox-bin.sh old mode 100644 new mode 100755 -- cgit