summarylogtreecommitdiffstats
path: root/flutter.install
diff options
context:
space:
mode:
authorThe one with the braid2024-03-27 18:26:40 +0100
committerThe one with the braid2024-03-27 19:09:48 +0100
commit0369b0d15310c82818befc3d86ec8f1a0326602f (patch)
tree2579802b65b31832556010c4da3607fbbcfa1641 /flutter.install
parent1a63ba4ecabbce4f395d693f4d011d8ff495502a (diff)
downloadaur-0369b0d15310c82818befc3d86ec8f1a0326602f.tar.gz
refactor: install file
Signed-off-by: The one with the braid <info@braid.business>
Diffstat (limited to 'flutter.install')
-rw-r--r--flutter.install17
1 files changed, 0 insertions, 17 deletions
diff --git a/flutter.install b/flutter.install
deleted file mode 100644
index 87dedc666b11..000000000000
--- a/flutter.install
+++ /dev/null
@@ -1,17 +0,0 @@
-pre_upgrade() {
- echo "Cleaning up previous flutter installation."
- rm -rf "/opt/flutter"
-}
-
-post_upgrade() {
- NEW=$1
- OLD=$2
-
- if [[ "$OLD" == "3.7"* || "$OLD" == "3.6"* ]]; then
- if grep -q "flutterusers" /etc/group; then
- echo "Removing group flutterusers as no longer needed."
- groupdel "flutterusers"
- fi
- fi
-}
-