Commit 4e3795c1 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack Telegram: disable updater

parent 792363ad
...@@ -50,12 +50,14 @@ done ...@@ -50,12 +50,14 @@ done
# Install launcher on every launch on Linux # Install launcher on every launch on Linux
# set DESKTOPINTEGRATION or disable update via set path to binary to /etc/tdesktop/externalupdater # set DESKTOPINTEGRATION or disable update via set path to binary to /etc/tdesktop/externalupdater
mkdir -p "$BUILDROOT/etc/tdesktop" #mkdir -p "$BUILDROOT/etc/tdesktop"
# telegram checks with real path to the binary # telegram checks with real path to the binary
echo "$PRODUCTDIR/$PRODUCT" >"$BUILDROOT/etc/tdesktop/externalupdater" #echo "$PRODUCTDIR/$PRODUCT" >"$BUILDROOT/etc/tdesktop/externalupdater"
pack_dir /etc/tdesktop #pack_dir /etc/tdesktop
pack_file /etc/tdesktop/externalupdater #pack_file /etc/tdesktop/externalupdater
#remove_file /opt/Telegram/Updater mkdir -p "$BUILDROOT/usr/share/TelegramDesktop/externalupdater.d"
echo "$PRODUCTDIR/$PRODUCT" >"$BUILDROOT/usr/share/TelegramDesktop/externalupdater.d/telegram-desktop.conf"
pack_file /usr/share/TelegramDesktop/externalupdater.d/telegram-desktop.conf
# fixed above # fixed above
# Hack against https://bugzilla.altlinux.org/42402 # Hack against https://bugzilla.altlinux.org/42402
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment