7cce08de36
It is designed to make common, simple tasks fast and easy to do. It is operated using arrow keys and standard XMMS keys, to make it easy and intuitive to learn. WWW: http://xmms-curses.sourceforge.net/ And yes, I know that "xmms's dead, baby, xmms is dead..."
4 lines
243 B
Text
4 lines
243 B
Text
bin/xmms-curses
|
|
@unexec if cmp -s %D/etc/xmms-curses.conf.sample %D/etc/xmms-curses.conf; then rm -f %D/etc/xmms-curses.conf; fi
|
|
etc/xmms-curses.conf.sample
|
|
@exec if [ ! %D/etc/xmms-curses.conf ] ; then cp -p %D/%F %D/etc/xmms-curses.conf; fi
|