xfce4/file-roller/post-install

8 lines
207 B
Bash
Executable File

#!/bin/sh
#
# post-install: install/update all glib schemas & update icon cache
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/
/usr/bin/gtk-update-icon-cache /usr/share/icons/hicolor
#EndOfFile