mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 03:27:14 +08:00
26 lines
846 B
Plaintext
26 lines
846 B
Plaintext
post_install() {
|
|
echo " "
|
|
echo " Plasma 5 based KDE Frameworks 5"
|
|
echo " Packaged by the Chakra Linux team"
|
|
echo " "
|
|
echo " Installation prefix: /usr"
|
|
echo " Configuration directory: ~/.config"
|
|
echo " Update configurations: /etc/chakra/updates.conf"
|
|
echo " "
|
|
echo " Website: https://www.chakralinux.org"
|
|
echo " News: https://community.chakralinux.org/c/news"
|
|
echo " Forum: https://community.chakralinux.org"
|
|
echo " Bugtracker: https://code.chakralinux.org/groups/chakra/packages/-/issues"
|
|
echo " CCR: https://ccr.chakralinux.org/"
|
|
echo " Changelogs: https://community.chakralinux.org/tags/release"
|
|
echo " "
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|
|
post_remove() {
|
|
/bin/true
|
|
}
|