summarylogtreecommitdiffstats
path: root/flutter.install
diff options
context:
space:
mode:
authorWithTheBraid2023-06-16 22:49:06 +0200
committerWithTheBraid2023-06-16 22:49:06 +0200
commitca0039d2c75b69c3ded04455be7ce3135008da7e (patch)
tree435176f33a9d4184d3248afb6135033e97140a65 /flutter.install
parent89cd18508a846353eab835ace01bf669c0e798d0 (diff)
downloadaur-ca0039d2c75b69c3ded04455be7ce3135008da7e.tar.gz
chore: bump version
Signed-off-by: WithTheBraid <the-one@with-the-braid.cf>
Diffstat (limited to 'flutter.install')
-rw-r--r--flutter.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/flutter.install b/flutter.install
index aec6a93a2c54..5c896b72f6a6 100644
--- a/flutter.install
+++ b/flutter.install
@@ -20,6 +20,10 @@ post_upgrade() {
groupdel "flutterusers"
fi
fi
+
+ mv "/opt/flutter/.git-refs" "/opt/flutter/.git"
+}
+post_install() {
mv "/opt/flutter/.git-refs" "/opt/flutter/.git"
}