core/kde-common/kde-common.install

37 lines
887 B
Plaintext
Raw Normal View History

2010-05-21 07:48:47 +08:00
#
# install functions
#
post_install() {
echo " "
2010-06-27 23:29:22 +08:00
echo " > KDE Software Compilation 4.4.5"
2010-05-21 07:48:47 +08:00
echo " > packaged by the Chakra Project"
echo " "
echo " Installation Prefix : /usr"
echo " Configuration dir : ~/.kde4"
2010-05-21 08:31:10 +08:00
echo " Update configs : /etc/chakra/updates.conf"
echo " Chakra Patches : /usr/share/chakra/patches"
2010-05-21 07:48:47 +08:00
echo " "
echo " WWW : http://chakra-project.org"
echo " Wiki : http://chakra-project.org/wiki/"
echo " Forums : http://chakra-project.org/bbs/"
echo " Bugtracker: http://chakra-project.org/bugs/"
echo " ChangeLogs: http://chakra-project.org/code/index.php/log/packages:/"
echo " "
echo " WANT A STABLE SYSTEM?"
echo " -> http://chakra-project.org/wiki/index.php/Repositories_and_Packages"
echo " "
}
post_upgrade() {
post_install $1
}
post_remove() {
/bin/true
}
op=$1
shift
$op $*