pcremote-client-n8x0 -> client sources
[remotepc] / pcremote-server-desktop / debian / postinst
1 #!/bin/sh -e
2 set -e
3
4 if which update-icon-caches >/dev/null 2>&1 ; then
5         update-icon-caches /usr/share/icons/hicolor
6 fi
7