Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Apitzsch <git@apitzsch.eu>2017-07-16 19:26:18 +0300
committerAndré Apitzsch <git@apitzsch.eu>2017-08-18 20:48:48 +0300
commit3b80057888b63ec2330b2b72376a6c433e9dc5a0 (patch)
tree38b434ca22548f1f29a2902dce744fc4309e82a6 /scripts/gajim.in
parent230739bbb1350c3787388bd10cbf038ca81c2405 (diff)
Update bin scripts
Diffstat (limited to 'scripts/gajim.in')
-rw-r--r--scripts/gajim.in33
1 files changed, 0 insertions, 33 deletions
diff --git a/scripts/gajim.in b/scripts/gajim.in
deleted file mode 100644
index e163a9bda..000000000
--- a/scripts/gajim.in
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/bin/sh
-## scripts/gajim.in
-##
-## Copyright (C) 2005 Yann Le Boulanger <asterix AT lagaule.org>
-## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
-## Stefan Bethge <stefan AT lanpartei.de>
-## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
-##
-## This file is part of Gajim.
-##
-## Gajim is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License as published
-## by the Free Software Foundation; version 3 only.
-##
-## Gajim is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
-##
-
-APP=`basename $0`
-if test $(id -u) -eq 0; then
- echo "You must not launch $APP as root, it is INSECURE"
- exit 1
-fi
-
-[ "$APP" = "gajim-history-manager" ] && APP="history_manager"
-
-cd "@GAJIM_SRCDIR@"
-exec "@PYTHON@" -OO $APP.py "$@"