mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-15 20:12:20 +01:00
9 lines
185 B
Bash
9 lines
185 B
Bash
#!/bin/sh
|
|
#
|
|
# post-install: update icon cache & desktop database
|
|
|
|
/usr/bin/gtk-update-icon-cache /usr/share/icons/hicolor
|
|
/usr/bin/update-desktop-database /usr/share/applications
|
|
|
|
#EOF
|