7 lines
114 B
Bash
Executable File

#!/bin/sh
#
# post-install: update icon cache
/usr/bin/gtk-update-icon-cache /usr/share/icons/hicolor
#EndOfFile