Skip to content

Commit

Permalink
Undo install changes.
Browse files Browse the repository at this point in the history
Signed-off-by: Camila <[email protected]>
  • Loading branch information
Camila committed Nov 7, 2023
1 parent 8d7ef80 commit 9d7ff9d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions admin/osx/macosx.pkgproj.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
<dict>
<key>DEFAULT_INSTALL_LOCATION</key>
<string>/</string>
<key>BundleIsVersionChecked</key>
<false/>
<key>HIERARCHY</key>
<dict>
<key>CHILDREN</key>
Expand Down
12 changes: 0 additions & 12 deletions admin/osx/pre_install.sh.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,4 @@
killall @APPLICATION_EXECUTABLE@
killall @APPLICATION_NAME@

if [ -d "/Applications/@[email protected]" ]; then
echo "Deleting legacy client /Applications/@[email protected]"
sudo rm -rf /Applications/@[email protected]
fi

if pkgutil --pkgs=@APPLICATION_REV_DOMAIN@
then
echo "Running pkgutil --forget @APPLICATION_REV_DOMAIN@"
sudo pkgutil --forget @APPLICATION_REV_DOMAIN@
fi

exit 0

0 comments on commit 9d7ff9d

Please sign in to comment.