aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdebian/postinst4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/postinst b/debian/postinst
index f9f64c8..680cb2f 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -16,10 +16,6 @@ case "$1" in
fi
# Fix permissions of previous (root-owned) install (OS#4107)
- chown osmocom:osmocom /etc/osmocom/osmo_dia2gsup.service
- chmod 0660 /etc/osmocom/osmo_dia2gsup.service
- chown root:osmocom /etc/osmocom
- chmod 2775 /etc/osmocom
mkdir -p /var/lib/osmo_dia2gsup
chown -R osmocom:osmocom /var/lib/osmo_dia2gsup
;;