recipes: xfce: moved to ../testing
[dragora.git] / testing / recipes / xfce / xfce4-session / post-install
blob77df3f54f8efa99a98af5153fb0dbf21070a8b03
2 # Make default symlink for xinitrc-xfce if 'xinitrc' does not exist,
3 # or if 'xinitrc' is a dangling symlink
5 if test ! -e etc/X11/xinit/xinitrc || {
6    test -L etc/X11/xinit/xinitrc && test ! -e etc/X11/xinit/xinitrc
8 then
9     cd etc/X11/xinit && ln -sf xinitrc-xfce xinitrc
12 echo "Updating desktop database: update-desktop-database -q usr/share/applications"
13 update-desktop-database -q usr/share/applications
15 echo "Updating ICON cache: gtk-update-icon-cache -q -f -i usr/share/icons/hicolor"
16 gtk-update-icon-cache -q -f -i usr/share/icons/hicolor