mirror of https://github.com/waydroid/waydroid.git
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.
This commit is contained in:
parent
2c223d412e
commit
51c335fb2a
|
@ -3,7 +3,7 @@ set -e
|
||||||
|
|
||||||
configure() {
|
configure() {
|
||||||
# Update configs
|
# Update configs
|
||||||
waydroid upgrade -o
|
waydroid upgrade -o
|
||||||
}
|
}
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
|
|
Loading…
Reference in New Issue