mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
0a313e7621
WWW: http://www.amplifiedmusicservices.com/ PR: ports/144706 Submitted by: Christopher Key <cjk32@cam.ac.uk> Approved by: pgj (mentor)
17 lines
635 B
Plaintext
17 lines
635 B
Plaintext
bin/MusicMagicServer
|
|
%%EXAMPLESDIR%%/mmm.ini.sample
|
|
%%EXAMPLESDIR%%/recipes.xml.sample
|
|
%%DATADIR%%/mipcore
|
|
%%DATADIR%%/server/index.html
|
|
@unexec if cmp -s %%MUSICIPSERVERDBDIR%%/mmm.ini %D/%%EXAMPLESDIR%%/mmm.ini.sample; then rm -f %%MUSICIPSERVERDBDIR%%/mmm.ini; fi
|
|
@unexec if cmp -s %%MUSICIPSERVERDBDIR%%/recipes.xml %D/%%EXAMPLESDIR%%/recipes.xml.sample; then rm -f %%MUSICIPSERVERDBDIR%%/recipes.xml; fi
|
|
@unexec rm -f %%MUSICIPSERVERDBDIR%%/log.txt
|
|
@cwd /
|
|
@dirrmtry %%MUSICIPSERVERDBDIR%%
|
|
@dirrmtry %%MUSICIPSERVERLOGDIR%%
|
|
@dirrmtry %%MUSICIPSERVERRUNDIR%%
|
|
@cwd
|
|
@dirrm %%DATADIR%%/server
|
|
@dirrm %%DATADIR%%
|
|
@dirrm %%EXAMPLESDIR%%
|