summarylogtreecommitdiffstats
path: root/oorexx-beta.install
diff options
context:
space:
mode:
Diffstat (limited to 'oorexx-beta.install')
-rw-r--r--oorexx-beta.install16
1 files changed, 8 insertions, 8 deletions
diff --git a/oorexx-beta.install b/oorexx-beta.install
index 477858d971b2..13c1ac7d8ebc 100644
--- a/oorexx-beta.install
+++ b/oorexx-beta.install
@@ -9,10 +9,10 @@ post_install() {
orx_prefix=/usr
data_dir=${orx_prefix}/share/ooRexx
- systemctl link /usr/share/ooRexx/rxapid.service
- systemctl --system daemon-reload
- systemctl start rxapid.service
- systemctl enable rxapid.service
+ #systemctl link /usr/share/ooRexx/rxapid.service
+ #systemctl --system daemon-reload
+ #systemctl start rxapid.service
+ #systemctl enable rxapid.service
}
@@ -30,10 +30,10 @@ post_upgrade() {
# arg 1: the old package version
pre_remove() {
- systemctl disable rxapid.service
- systemctl stop rxapid.service
- systemctl --system daemon-reload
- rm -f /etc/systemd/system/rxapid.service
+ #systemctl disable rxapid.service
+ #systemctl stop rxapid.service
+ #systemctl --system daemon-reload
+ #rm -f /etc/systemd/system/rxapid.service
rm -f /usr/bin/rexxtry.rex
}