blob: e6d6fab3bd5445f7127247713cf809801cbcfd2d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
bin/weathermap
%%EXAMPLESDIR%%/weathermap.conf
%%EXAMPLESDIR%%/weathermap.html
%%EXAMPLESDIR%%/weathermap.png
%%EXAMPLESDIR%%/overlib_mini.js
%%EXAMPLESDIR%%/weathermap-background.png
%%EXAMPLESDIR%%/weathermap-overlib.html
@unexec if cmp -s %%PREFIX%%/etc/weathermap/weathermap.conf %%PREFIX%%/etc/weathermap/weathermap.sample.conf; then rm %%PREFIX%%/etc/weathermap/weathermap.conf; fi
etc/weathermap/weathermap.sample.conf
@dirrmtry etc/weathermap
@dirrm %%EXAMPLESDIR%%
|