#!/bin/bash
( cd /usr/share/icons/hicolor/36x36
if test -h apps
then rm -f apps
mkdir apps
fi )
