pulseaudio: fix postinsts
authorKoen Kooi <koen@openembedded.org>
Sun, 10 Jun 2007 10:40:30 +0000 (10:40 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 10 Jun 2007 10:40:30 +0000 (10:40 +0000)
packages/pulseaudio/pulse.inc
packages/pulseaudio/pulseaudio_0.9.5.bb

index c8cb6dc..d4a9c5e 100644 (file)
@@ -8,7 +8,7 @@ DEPENDS = "libatomics-ops liboil avahi libsamplerate0 libsndfile1 libtool"
 # optional
 DEPENDS += "alsa-lib"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://0pointer.de/lennart/projects/pulseaudio/pulseaudio-${PV}.tar.gz"
 
@@ -71,7 +71,7 @@ CONFFILES_pulseaudio-server = "\
                       ${sysconfdir}/pulse/daemon.conf \
                       ${sysconfdir}/pulse/client.conf \
                       "
-pkg_postinst_${PN}-bin() {
+pkg_postinst_libppulse() {
 if test "x$D" != "x"; then
         exit 1
 else
@@ -83,7 +83,7 @@ else
 fi
 }
 
-pkg_postrm${PN}-bin() {
+pkg_postrm_libpulse() {
 if test "x$D" != "x"; then
         exit 1
 else