PKGBUILDs/community/trac/trac.install

36 lines
536 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
pre_install() {
/bin/true
}
post_install() {
echo "-- Please read http://trac.edgewall.org/wiki/TracInstall to install"
echo "-- additional requirements"
echo "--"
echo "-- DB engines are mandatory!!!"
/bin/true
}
pre_upgrade() {
/bin/true
}
post_upgrade() {
echo "-- Please read http://trac.edgewall.org/wiki/TracInstall to install"
echo "-- additional requirements"
echo "--"
echo "-- DB engines are mandatory!!!"
/bin/true
}
pre_remove() {
/bin/true
}
post_remove() {
/bin/true
}
op=$1
shift
$op $*