Lines 1-9
Link Here
|
1 |
bin/liquidsoap |
1 |
bin/liquidsoap |
2 |
%%ETCDIR%%/radio.liq.example |
2 |
%%ETCDIR%%/radio.liq.example |
3 |
etc/logrotate.d/liquidsoap |
3 |
etc/logrotate.d/liquidsoap |
4 |
lib/liquidsoap/%%PORTVERSION%%/extract-replaygain |
4 |
lib/liquidsoap/%%RELVER%%/extract-replaygain |
5 |
lib/liquidsoap/%%PORTVERSION%%/liquidtts |
5 |
lib/liquidsoap/%%RELVER%%/liquidtts |
6 |
lib/liquidsoap/%%PORTVERSION%%/utils.liq |
6 |
lib/liquidsoap/%%RELVER%%/utils.liq |
7 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README |
7 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README |
8 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fallible.liq |
8 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fallible.liq |
9 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geek.liq |
9 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geek.liq |
Lines 48-53
Link Here
|
48 |
%%PORTDOCS%%%%DOCSDIR%%/html/images/design/background_page.png |
48 |
%%PORTDOCS%%%%DOCSDIR%%/html/images/design/background_page.png |
49 |
%%PORTDOCS%%%%DOCSDIR%%/html/images/design/logo.png |
49 |
%%PORTDOCS%%%%DOCSDIR%%/html/images/design/logo.png |
50 |
%%PORTDOCS%%%%DOCSDIR%%/html/images/grab.png |
50 |
%%PORTDOCS%%%%DOCSDIR%%/html/images/grab.png |
|
|
51 |
%%PORTDOCS%%%%DOCSDIR%%/html/images/graph_clocks.png |
51 |
%%PORTDOCS%%%%DOCSDIR%%/html/images/icons/16/audio.png |
52 |
%%PORTDOCS%%%%DOCSDIR%%/html/images/icons/16/audio.png |
52 |
%%PORTDOCS%%%%DOCSDIR%%/html/images/icons/32/audio.png |
53 |
%%PORTDOCS%%%%DOCSDIR%%/html/images/icons/32/audio.png |
53 |
%%PORTDOCS%%%%DOCSDIR%%/html/images/icons/48/deb.png |
54 |
%%PORTDOCS%%%%DOCSDIR%%/html/images/icons/48/deb.png |
Lines 236-248
Link Here
|
236 |
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html |
237 |
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html |
237 |
%%PORTDOCS%%@dirrm %%DOCSDIR%% |
238 |
%%PORTDOCS%%@dirrm %%DOCSDIR%% |
238 |
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% |
239 |
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% |
239 |
@dirrm lib/liquidsoap/%%PORTVERSION%% |
240 |
@dirrm lib/liquidsoap/%%RELVER%% |
240 |
@dirrm lib/liquidsoap |
241 |
@dirrm lib/liquidsoap |
241 |
@dirrmtry %%ETCDIR%% |
242 |
@dirrmtry %%ETCDIR%% |
242 |
@dirrmtry etc/logrotate.d |
243 |
@dirrmtry etc/logrotate.d |
243 |
@exec [ -d %%LOGDIR%% ] || mkdir %%LOGDIR%% |
244 |
@exec mkdir -p %%LOGDIR%% |
244 |
@exec chown %%LIQUIDSOAP_USER%%:%%LIQUIDSOAP_GROUP%% %%LOGDIR%% |
245 |
@exec chown %%LIQUIDSOAP_USER%%:%%LIQUIDSOAP_GROUP%% %%LOGDIR%% |
245 |
@unexec rmdir %%LOGDIR%% 2>/dev/null || true |
246 |
@dirrmtry %%LOGDIR%% |
246 |
@exec [ -d %%PIDDIR%% ] || mkdir %%PIDDIR%% |
247 |
@exec mkdir -p %%PIDDIR%% |
247 |
@exec chown %%LIQUIDSOAP_USER%%:%%LIQUIDSOAP_GROUP%% %%PIDDIR%% |
248 |
@exec chown %%LIQUIDSOAP_USER%%:%%LIQUIDSOAP_GROUP%% %%PIDDIR%% |
248 |
@unexec rmdir %%PIDDIR%% 2>/dev/null || true |
249 |
@dirrmtry %%PIDDIR%% |