This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 6d51d28d798a28b2455086efc51556fc63f058db Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Sep 17 22:32:58 2018 +0200 debian/: add new, slightly modified palemoon wrapper script. --- debian/changelog | 1 + debian/palemoon | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index d767f33..da4c8c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -114,6 +114,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium /etc/palemoon. - Add new vendor.js file with packaging-hardcoded preferences. - Add new debsearch.xml file, containing a PDO search engine. + - Add new, slightly modified palemoon wrapper script. * debian/changelog: - Change repack-1 in version string to repack1 because a dash denotes the start of a downstream change. diff --git a/debian/palemoon b/debian/palemoon new file mode 100644 index 0000000..b6d66f1 --- /dev/null +++ b/debian/palemoon @@ -0,0 +1,6 @@ +#!/bin/sh + +PALEMOON="$(which palemoon)" +[ -x "${PALEMOON}.real" ] && exec "${PALEMOON}.real" "${@}" + +exec 'palemoon' "${@}" -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git