Mercurial > audlegacy
diff 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 |
line wrap: on
line diff
--- a/Makefile Sat Oct 27 07:05:12 2007 -0500 +++ b/Makefile Sat Oct 27 08:32:33 2007 -0500 @@ -235,6 +235,9 @@ ${INSTALL_FAILED}; \ fi \ done + if [ -f ${DESTDIR}${datadir}/audacious/Skins/Default/balance.png ]; then \ + rm -f ${DESTDIR}${datadir}/audacious/Skins/Default/balance.png \ + fi uninstall-extra: for i in audacious.pc audclient.pc; do \