7 lines
110 B
Bash
Executable File

#!/bin/sh
# update application database
/usr/bin/update-desktop-database /usr/share/applications
#EndOfFile