summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Little2016-12-27 13:58:15 -0500
committerJay Little2016-12-27 13:58:15 -0500
commit53ba47fe0efb9fc664a62bd7e87abb45c500d677 (patch)
tree2124ee0808aa0880f676ac81eb5a380f1a9cef22
parent5fe98d7551ab7eba7b9d50607cf3b80e2a9103a7 (diff)
downloadaur-53ba47fe0efb9fc664a62bd7e87abb45c500d677.tar.gz
Removed i2c group deletion from pre_remove() installation event
-rw-r--r--pi-top-control.install1
1 files changed, 0 insertions, 1 deletions
diff --git a/pi-top-control.install b/pi-top-control.install
index 7091e014abcb..87c0be75c901 100644
--- a/pi-top-control.install
+++ b/pi-top-control.install
@@ -7,6 +7,5 @@ post_install() {
}
pre_remove() {
- test `grep "i2c:" /etc/group | wc -l` -gt 0 && groupdel i2c
systemctl disable ptctl-poweroff.service
}