chiark / gitweb /
Merge from uniform audio branch. disorder-playrtp now uses the uaudio
authorRichard Kettlewell <rjk@greenend.org.uk>
Sun, 1 Mar 2009 13:09:43 +0000 (13:09 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sun, 1 Mar 2009 13:09:43 +0000 (13:09 +0000)
code for OSS, ALSA and Core Audio and works on Linux, FreeBSD and MacOS.
A few build and documentation fixes come along with these changes.

debian/postrm.disorder-server

index 7ba0933d4f4aef6efc8bfc54582b0240bc4159bb..4cd590a460baccd27a21a3a5e0511aa74a7dc69b 100755 (executable)
@@ -30,6 +30,7 @@ cleanup_remove() {
   rm -f $state/__db.*
   rm -f $state/noticed.db
   rm -f $state/search.db
+  rm -f $state/isearch.db
   rm -f $state/tags.db
   rm -f $state/tracks.db
 }
@@ -43,6 +44,7 @@ cleanup_purge() {
   rm -f $state/prefs.db
   rm -f $state/schedule.db
   rm -f $state/users.db
+  rm -f $state/playlists.db
 }
 
 case "$1" in