From 51c335fb2af0c292b51fa0b030ce4c7b39e97825 Mon Sep 17 00:00:00 2001 From: Jami Kettunen Date: Sun, 15 Jan 2023 06:24:44 +0200 Subject: [PATCH] debian: Unify waydroid.postinst indentation This tiny detail has bugged me for too long, let's just use tabs since that's what the rest of the file was indented with anyway. --- debian/waydroid.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/waydroid.postinst b/debian/waydroid.postinst index 10f9eea..f81eabe 100644 --- a/debian/waydroid.postinst +++ b/debian/waydroid.postinst @@ -3,7 +3,7 @@ set -e configure() { # Update configs - waydroid upgrade -o + waydroid upgrade -o } case "$1" in