3
0

postrm.in 453 B

1234567891011121314151617
  1. #!/usr/bin/env bash
  2. #
  3. # Copyright (c) Contributors to the Open 3D Engine Project.
  4. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  5. #
  6. # SPDX-License-Identifier: Apache-2.0 OR MIT
  7. #
  8. #
  9. set -o errexit # exit on the first failure encountered
  10. {
  11. rm -f /usr/local/bin/o3de
  12. rm -f /usr/local/bin/o3de.assetprocessor
  13. rm -f /usr/local/bin/o3de.editor
  14. rm -f /usr/share/applications/o3de.desktop
  15. }