mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-02-02 10:42:21 +01:00
7 lines
99 B
Bash
7 lines
99 B
Bash
#!/bin/sh
|
|
|
|
# update application db
|
|
|
|
/usr/bin/update-desktop-database /usr/share/applications
|
|
|
|
# EOF |