alr-repo/yandex-disk/postinstall.sh
Евгений Храмов aae623a1b2 name='yandex-disk'
version='0.1.6.1080'
release='1'
2024-07-18 21:55:50 +03:00

5 lines
187 B
Bash

#!/usr/bin/env bash
post_install() {
echo ">>> Use 'yandex-disk setup' for initial configure"
echo ">>> Use 'systemctl --user enable yandex-disk.service' for load with system start"
}