saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
2015-06-26 16:35:09 +02:00
committed by root
parent c35e61fcfc
commit 3efb46e429

View File

@@ -0,0 +1,6 @@
#!/bin/bash
if [[ "${CATEGORY}/${PN}" == "media-sound/pulseaudio" ]] ; then
chmod -x /usr/bin/pulseaudio
fi