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