pulseaudio: use safe_remove

This commit is contained in:
Lukas Rusak 2019-10-21 13:20:17 -07:00
parent 511edcf560
commit 9d258c3ba6
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -71,14 +71,13 @@ pre_configure_target() {
} }
post_makeinstall_target() { post_makeinstall_target() {
rm -rf $INSTALL/usr/bin/esdcompat safe_remove $INSTALL/usr/include
rm -rf $INSTALL/usr/include safe_remove $INSTALL/usr/lib/cmake
rm -rf $INSTALL/usr/lib/cmake safe_remove $INSTALL/usr/lib/pkgconfig
rm -rf $INSTALL/usr/lib/pkgconfig safe_remove $INSTALL/usr/lib/systemd
rm -rf $INSTALL/usr/lib/systemd safe_remove $INSTALL/usr/share/vala
rm -rf $INSTALL/usr/share/vala safe_remove $INSTALL/usr/share/zsh
rm -rf $INSTALL/usr/share/zsh safe_remove $INSTALL/usr/share/bash-completion
rm -rf $INSTALL/usr/share/bash-completion
cp $PKG_DIR/config/system.pa $INSTALL/etc/pulse/ cp $PKG_DIR/config/system.pa $INSTALL/etc/pulse/
cp $PKG_DIR/config/pulseaudio-system.conf $INSTALL/etc/dbus-1/system.d/ cp $PKG_DIR/config/pulseaudio-system.conf $INSTALL/etc/dbus-1/system.d/