/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packaging/linux/deb/postinst.template
7 строк
187 B
heronhaye
Add keyring and sources in deb packages (#28852)
04 фев 2026, 03:46
Не верифицирован
04 фев 2026, 03:46
653b8ec
Код
Авторство
О чём код?
#! /bin/bash # Run shared Keybase post-install code. Currently this only exists in # prerelease packages. if [ -x /opt/keybase/post_install.sh ] ; then /opt/keybase/post_install.sh fi