summarylogtreecommitdiffstats
path: root/hadoop.install
diff options
context:
space:
mode:
authorWilliam Tang2023-06-25 14:58:01 +0800
committerWilliam Tang2023-06-25 14:58:01 +0800
commit434fd35e354942dc409eb42a69e7b5a7556d1262 (patch)
tree80da271a93ef5ca3692aef0df86c8b4f5db805ba /hadoop.install
parent322ff6d81c0b3dcd22f6308467a38805ff3cb591 (diff)
downloadaur-hadoop.tar.gz
Use gcc 12 for now
Diffstat (limited to 'hadoop.install')
-rw-r--r--hadoop.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/hadoop.install b/hadoop.install
index 477751f66a6c..e152b8395709 100644
--- a/hadoop.install
+++ b/hadoop.install
@@ -12,6 +12,6 @@ pre_remove() {
}
post_remove() {
- userdel hadoop
- rm -rf /var/{lib,log}/hadoop
+ userdel -r hadoop
+ rm -rf /var/log/hadoop
}