mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-23 14:15:26 -06:00
- 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
5 lines
168 B
Bash
Executable file
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."
|