mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-22 14:52:19 +01:00
7 lines
110 B
Plaintext
7 lines
110 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# update application database
|
||
|
|
||
|
/usr/bin/update-desktop-database /usr/share/applications
|
||
|
|
||
|
#EndOfFile
|