desktop/kde-common/kde-common.install

36 lines
860 B
Plaintext
Raw Normal View History

2010-05-21 07:48:47 +08:00
#
# install functions
#
post_install() {
echo " "
2013-05-05 16:21:06 +08:00
echo " > KDE Software Compilation 4.10.3"
2012-07-01 05:55:33 +08:00
echo " > packaged by The Chakra Project"
2010-05-21 07:48:47 +08:00
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 " CCR : http://chakra-project.org/ccr/"
echo " Bundles : http://chakra-project.org/bundles.html"
2010-07-30 05:17:47 +08:00
echo " ChangeLogs: http://gitorious.org/chakra-packages"
2010-05-21 07:48:47 +08:00
echo " "
}
post_upgrade() {
post_install $1
}
post_remove() {
/bin/true
}
op=$1
shift
$op $*