Rev | Author | Line No. | Line |
---|---|---|---|
3331 | kaklik | 1 | #! /bin/sh |
2 | |||
3 | # The clock might be wrong and we know that we need to update the icon |
||
4 | # cache so we just force it. |
||
5 | |||
6 | gtk-update-icon-cache -f /usr/share/icons/hicolor |
||
7 | |||
8 | exit 0 |