blob: 5a5fa731ca45d37b990d1331583b34a5ac20d481 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/sh
port=network-manager-applet
# gconf schemas
/usr/sbin/gconfpkg --install $port
# icon cache
gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
# End of file
|