PKGBUILDs/community/mediawiki/mediawiki.install

27 lines
307 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
pre_install() {
/bin/true
}
post_install() {
echo -- Probably you should install texvc to display math
/bin/true
}
pre_upgrade() {
/bin/true
}
post_upgrade() {
echo -- Probably you should install texvc to display math
/bin/true
}
pre_remove() {
/bin/true
}
post_remove() {
/bin/true
}