name='yandex-disk'

version='0.1.6.1080'
release='1'
This commit is contained in:
2024-07-18 21:55:50 +03:00
parent 3985fcb98c
commit aae623a1b2
3 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/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"
}