7 lines
110 B
Plaintext
Raw Normal View History

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