# HG changeset patch # User William Pitcock # Date 1193491953 18000 # Node ID b7ecd8c438adb63ed47105d90f610d3f40acb8d5 # Parent a9b7b4145664fe753186bad8af6a6432dc396896 detect and uninstall now-unneeded textures from the old Default skin diff -r a9b7b4145664 -r b7ecd8c438ad Makefile --- 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 \