aboutsummaryrefslogtreecommitdiff
path: root/www/madsonic/pkg-plist-chunk
blob: 44916e48b21204ec8bb35e27fd4ebdbee8dcf043 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
@postunexec if [ -d %%WEBAPPS%%/madsonic ]; then rm -rf %%WEBAPPS%%/madsonic; fi
@postunexec test -d %%MADSONIC_HOME%% && (echo "Configuration information and database saved." && echo "If you you are permanently uninstalling this package" && echo "please remove %%MADSONIC_HOME%% and its contents manually.")
%%FFMPEG%%@postexec ln -sf %%PREFIX%%/bin/ffmpeg %%MADSONIC_HOME%%/transcode/ffmpeg
%%FLAC%%@postexec ln -sf %%PREFIX%%/bin/ffmpeg %%MADSONIC_HOME%%/transcode/flac
%%LAME%%@postexec ln -sf %%PREFIX%%/bin/lame %%MADSONIC_HOME%%/transcode/lame
%%FFMPEG%%@postunexec rm -f %%MADSONIC_HOME%%/transcode/ffmpeg
%%FLAC%%@postunexec rm -f %%MADSONIC_HOME%%/transcode/flac
%%LAME%%@postunexec rm -f %%MADSONIC_HOME%%/transcode/lame
@dir %%MADSONIC_HOME%%/transcode
@dir %%MADSONIC_HOME%%