summaryrefslogtreecommitdiffstats
path: root/network-manager-applet/post-install
blob: 25f4960bd9fb0a44783721b05fdce32ca230db3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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

# desktop database
update-desktop-database -q

# End of file