and PHP. It allows you to view, edit, and play your audio files via the web. It has support for playlists, artist and album views, album art, random play, playback via Http/On the Fly Transcoding and Downsampling, Vote based playback, Mpd and Icecast, Integrated Flash Player, as well as per user themes and song play tracking. WWW: http://ampache.org/ PR: ports/119093 Submitted by: Philippe Audeoud <jadawin at tuxaco.net>
12 lines
229 B
Bash
12 lines
229 B
Bash
#! /bin/sh
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PATH=/bin:/usr/bin:/usr/sbin
|
|
|
|
if [ "$2" != "POST-DEINSTALL" ]; then
|
|
exit 0
|
|
fi
|
|
if [ -d %%WWWDIR%% ]; then
|
|
echo "===> You may delete '%%WWWDIR%%' if you want to really delete your ampache."
|
|
fi
|