summarylogtreecommitdiffstats
path: root/oorexx-beta.install
diff options
context:
space:
mode:
authorPhil Sidler2019-03-28 10:24:37 -0500
committerPhil Sidler2019-03-28 10:24:37 -0500
commit73653b80b29e561138984f127ff29cc87eaeaf59 (patch)
tree1ae10d5c0e1f5e021c5d0212e4e038858c0197dc /oorexx-beta.install
parent94cba3073063218493cd625f92adf40110bf056d (diff)
downloadaur-73653b80b29e561138984f127ff29cc87eaeaf59.tar.gz
r11852
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
}