loki-setup: use xdg-desktop-menu instead of loki-setup legacy menu entries
This commit is contained in:
parent
bab9a00838
commit
13de2746ea
5 changed files with 47 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
promptbinaries="yes"
|
||||
reinstall="yes"
|
||||
nopromptoverwrite="yes"
|
||||
nomenuitems="yes"
|
||||
postinstall="install-desktop-files.sh"
|
||||
preuninstall="preuninstall.sh">
|
||||
<readme>
|
||||
README
|
||||
|
@ -42,6 +44,16 @@ ifelse(HAVE_PPC,yes,dnl
|
|||
<help>you need the binaries to play the game</help>
|
||||
</option>
|
||||
)dnl
|
||||
<option install="true">
|
||||
Desktop menu entries
|
||||
<files mode="0755">
|
||||
xdg-desktop-menu
|
||||
</files>
|
||||
<files>
|
||||
ioquake3.desktop.in
|
||||
</files>
|
||||
</option>
|
||||
|
||||
<option install="true" show="false">
|
||||
shared data
|
||||
<files>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue