ultimatepp/uppbox/Scripts/douninstall
amrein ac48367415 If installing upp in user directory:
- Create theide.desktop in upp user directory and copy theide.png too
- Add an user xdg menu entry for theide
- Add an uninstall script that t only removes theide xdg menu entry for now

git-svn-id: svn://ultimatepp.org/upp/trunk@12782 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-02-22 16:49:25 +00:00

5 lines
168 B
Bash
Executable file

#!/usr/bin/env bash
./do-xdg-desktop-menu uninstall
echo
echo "Note: make uninstall only remove user desktop menu entry. Please remove upp source directory manually."