xfce4/xfce4-settings/post-install
2024-12-16 02:20:05 -05:00

12 lines
187 B
Bash

#!/bin/sh
# update application db
/usr/bin/update-desktop-database /usr/share/applications
# update icon cache
gtk-update-icon-cache /usr/share/icons/hicolor
# End post install file