freebsd-ports/net-im/linux-telegram-desktop/files/telegram-desktop.sh.in
Alexey Dokuchaev e8dc91f679 Linux version of the official desktop client for Telegram, a cloud-based
messenger with a focus on security and speed.

WWW: https://desktop.telegram.org/

PR:		217019 (modified)
Submitted by:	Henry Hu
2017-06-13 19:15:43 +00:00

4 lines
108 B
Bash

#!/bin/sh
export QT_XKB_CONFIG_ROOT=%%PREFIX%%/share/X11/xkb
exec %%PREFIX%%/%%TDESKTOPDIR%%/Telegram "$@"