xap/jxplorer: Added desktop file
parent
a7c2d8d0d1
commit
4e95dfc037
@ -0,0 +1,3 @@
|
||||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q usr/share/applications
|
||||
fi
|
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Name=JXplorer
|
||||
Comment=LDAP Browser
|
||||
Exec=jxplorer
|
||||
Icon=/opt/jxplorer/jxplorer.ico
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Utility;
|
||||
StartupNotify=false
|
||||
GenericName=LDAP Browser
|
Loading…
Reference in New Issue