postinst: Fix indents and untabify

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2018-07-04 20:32:33 -04:00
parent 637d1a4b7f
commit 0466528279
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

8
debian/postinst vendored
View File

@ -16,9 +16,9 @@ sed -ie 's+-:ALL EXCEPT root fbx (admin) (sudo):ALL+-:ALL EXCEPT root fbx plinth
case "$1" in
configure)
addgroup --system --quiet plinth
adduser --system --quiet --ingroup plinth --no-create-home --home /var/lib/plinth plinth
chown -R plinth: /var/lib/plinth /var/log/plinth
addgroup --system --quiet plinth
adduser --system --quiet --ingroup plinth --no-create-home --home /var/lib/plinth plinth
chown -R plinth: /var/lib/plinth /var/log/plinth
if [ ! -e '/var/lib/freedombox/is-freedombox-disk-image' ]; then
umask 377
@ -28,7 +28,7 @@ case "$1" in
db_input high plinth/firstboot_wizard_secret || true
db_go
fi
;;
;;
esac
#DEBHELPER#