updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / xdm-svg-theme / xdm-svg-theme.install
blob995dd79b83c6b48646aabc4786ffc3e4fa80d337
1 post_install()
3     if [ ! -f /etc/X11/xdm/svg-theme/logo.svg ]; then
4         cd /etc/X11/xdm/svg-theme
5         ln -s -f /usr/share/pixmaps/xdm-svg-theme/Gnulinux.svg logo.svg
6     fi
7     doc="/usr/share/doc/xdm-svg-theme/README"
8     echo -e "\n---- Contents of ${doc}: ----"
9     cat "${doc}"
12 pre_remove()
14     rm -f /etc/X11/xdm/svg-theme/logo.svg 2> /dev/null
15     rm -f /var/cache/xdm-svg-theme/* 2> /dev/null