desktop/chakra-common/chakra-common.install
AlmAck 3eea18d741 chakra-common huge cleanup
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
2018-06-24 13:21:10 +02:00

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
}