summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/community/mre/mre.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra-testing/community/mre/mre.install')
-rwxr-xr-xabs/extra-testing/community/mre/mre.install20
1 files changed, 0 insertions, 20 deletions
diff --git a/abs/extra-testing/community/mre/mre.install b/abs/extra-testing/community/mre/mre.install
deleted file mode 100755
index bb08427..0000000
--- a/abs/extra-testing/community/mre/mre.install
+++ /dev/null
@@ -1,20 +0,0 @@
-# arg 1: the new package version
-post_install() {
- add_service.sh mre
- sed -i.pacsave '/^open_basedir/s|$|:/var/log/mre:/usr/local/lib/mre|' /etc/php/php.ini
-}
-
-post_upgrade() {
- /bin/true
-}
-
-
-# arg 1: the old package version
-post_remove() {
- remove_service.sh mre
- sed -i.pacsave '/^open_basedir/s|:/var/log/mre:/usr/local/lib/mre||' /etc/php/php.ini
-}
-
-op=$1
-shift
-$op $*