Mercurial > audlegacy
changeset 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 | a9b7b4145664 |
children | 6b0ddc844327 |
files | Makefile |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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 \