You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
315 B
17 lines
315 B
Installation
|
|
------------
|
|
|
|
To install, just run:
|
|
|
|
./install.sh
|
|
|
|
as root. You can set DESTDIR to change the installation target:
|
|
|
|
DESTDIR=/my/custom/installation/target ./install.sh
|
|
|
|
Uninstallation
|
|
--------------
|
|
To remove, you can just:
|
|
|
|
rm /usr/bin/xdgmenumaker
|
|
rm /usr/share/desktop-directories/xdgmenumaker*
|
|
|