recipes: move dragora-ice to ../testing; move some recipes to community/
[dragora.git] / recipes / community / x-apps / icewm / post-install
blob5804573c0d67b91142a4a72c17524b7c5b91d919
2 echo "Updating desktop database: update-desktop-database -q usr/share/applications"
3 update-desktop-database -q usr/share/applications
5 # Make default symlink for xinitrc-icewm if 'xinitrc' does not exist,
6 # or if 'xinitrc' is a dangling symlink
8 if test ! -e etc/X11/xinit/xinitrc || {
9    test -L etc/X11/xinit/xinitrc && test ! -e etc/X11/xinit/xinitrc
11 then
12     cd etc/X11/xinit && ln -sf xinitrc-icewm xinitrc