7 lines
112 B
Bash

#!/bin/sh
# update application icon caches
/usr/bin/gtk-update-icon-cache /usr/share/icons/hicolor
#EndOfFile