diff options
Diffstat (limited to 'gdm/post-install')
-rwxr-xr-x | gdm/post-install | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdm/post-install b/gdm/post-install new file mode 100755 index 0000000..66c0fb8 --- /dev/null +++ b/gdm/post-install @@ -0,0 +1,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 + |