summarylogtreecommitdiffstats
path: root/mantisbt.install
diff options
context:
space:
mode:
authorDavid Runge2017-10-30 22:38:28 +0100
committerDavid Runge2017-10-30 22:38:28 +0100
commitca759d356081b3343d307ca731dcd49b614dcc1f (patch)
tree990059d6cf3d1295620b1d14eeea7d382d6eb0f9 /mantisbt.install
parent914b05a617c9517e12f266a1eb4a0b9e0b413ff6 (diff)
downloadaur-ca759d356081b3343d307ca731dcd49b614dcc1f.tar.gz
PKGBUILD: Updating to 2.8.0. Removing post_remove() from install file (unneeded).
Diffstat (limited to 'mantisbt.install')
-rw-r--r--mantisbt.install4
1 files changed, 0 insertions, 4 deletions
diff --git a/mantisbt.install b/mantisbt.install
index 2a1bb03bb7ff..8bb71b3c5dc8 100644
--- a/mantisbt.install
+++ b/mantisbt.install
@@ -9,8 +9,4 @@ post_upgrade() {
echo "rm /usr/share/webapps/mantisbt/mantis_offline.php"
}
-post_remove() {
- rm -rf /usr/share/webapps/mantisbt
-}
-
# vim: ts=2 sw=2 et: