mirror of
https://github.com/mac-a-r0ni/lxqt.git
synced 2025-01-15 11:12:20 +01:00
7 lines
105 B
Plaintext
7 lines
105 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# update application database
|
||
|
|
||
|
/usr/bin/update-desktop-database /usr/share/applications
|
||
|
|
||
|
# EOF
|