mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
3eea18d741
removed all the update-*.sh scripts not required anymore. The pacman hooks now are able to handle the icons and mime automatically sysinfo.sh removed, we use inxi
26 lines
835 B
Plaintext
26 lines
835 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://chakralinux.org"
|
|
echo " News: https://community.chakralinux.org/c/news"
|
|
echo " Forum: https://community.chakralinux.org"
|
|
echo " Bugtracker: https://code.chakralinux.org/groups/packages/-/issues"
|
|
echo " CCR: https://chakralinux.org/ccr/"
|
|
echo " Changelogs: https://community.chakralinux.org/tags/release"
|
|
echo " "
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|
|
post_remove() {
|
|
/bin/true
|
|
}
|