PKGBUILDs/community/mediawiki/mediawiki.install
2009-10-09 21:15:33 -05:00

26 lines
307 B
Text

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
}