lxqt/lxqt-panel-profiles/post-install
2024-12-25 05:56:58 -05:00

8 lines
116 B
Bash

#!/bin/sh
#
# post-install: update desktop database
/usr/bin/update-desktop-database /usr/share/applications
#EOF