xfce4/ristretto/post-install

9 lines
185 B
Plaintext
Raw Normal View History

2023-07-12 05:59:13 -04:00
#!/bin/sh
2024-12-25 15:03:28 -05:00
#
# post-install: update icon cache & desktop database
2023-07-12 05:59:13 -04:00
/usr/bin/gtk-update-icon-cache /usr/share/icons/hicolor
2024-12-25 15:03:28 -05:00
/usr/bin/update-desktop-database /usr/share/applications
2023-07-12 05:59:13 -04:00
2024-12-25 15:03:28 -05:00
#EOF