blob: 66c0fb8af1c449962c5e0dbd6002f21e8ec22bb6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#!/bin/sh
port=gdm
# desktop database
update-desktop-database > /dev/null
# icon cache
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
# gconf schemas
gconfpkg --install $port
# End of file
|