Removal script

This commit is contained in:
Søren Theilgaard
2021-10-19 15:16:20 +02:00
parent 638dac575d
commit 921ba0f79e
2 changed files with 12 additions and 6 deletions

View File

@@ -63,9 +63,3 @@ else
echo "Installed version is the same or newer than ${TARGET_VERSION}."
exit 1
fi
# Mark: Removal steps
pkgutil --forget "dk.theilgaard.pkg.Installomator"
rm /usr/local/bin/Installomator.sh
rm /usr/local/bin/InstallomatorLabels.sh
rm /usr/local/Installomator/Installomator.sh

View File

@@ -0,0 +1,12 @@
#!/bin/zsh
# how to remove Installomator.
# Mark: This fork
pkgutil --forget "com.scriptingosx.Installomator"
rm /usr/local/Installomator/Installomator.sh
# Mark: Theile fork
pkgutil --forget "dk.theilgaard.pkg.Installomator"
rm /usr/local/bin/Installomator.sh
rm /usr/local/bin/InstallomatorLabels.sh