comparison Makefile @ 3857:b7ecd8c438ad

detect and uninstall now-unneeded textures from the old Default skin
author William Pitcock <nenolod@atheme.org>
date Sat, 27 Oct 2007 08:32:33 -0500
parents b6e38afaeaa6
children f964e381d704
comparison
equal deleted inserted replaced
3855:a9b7b4145664 3857:b7ecd8c438ad
233 ${INSTALL_OK}; \ 233 ${INSTALL_OK}; \
234 else \ 234 else \
235 ${INSTALL_FAILED}; \ 235 ${INSTALL_FAILED}; \
236 fi \ 236 fi \
237 done 237 done
238 if [ -f ${DESTDIR}${datadir}/audacious/Skins/Default/balance.png ]; then \
239 rm -f ${DESTDIR}${datadir}/audacious/Skins/Default/balance.png \
240 fi
238 241
239 uninstall-extra: 242 uninstall-extra:
240 for i in audacious.pc audclient.pc; do \ 243 for i in audacious.pc audclient.pc; do \
241 if [ -f ${DESTDIR}${libdir}/pkgconfig/$$i ]; then \ 244 if [ -f ${DESTDIR}${libdir}/pkgconfig/$$i ]; then \
242 if rm -f ${DESTDIR}${libdir}/pkgconfig/$$i; then \ 245 if rm -f ${DESTDIR}${libdir}/pkgconfig/$$i; then \