saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
2015-06-26 16:29:03 +02:00
committed by root
parent 5c79153ce0
commit c35e61fcfc
2 changed files with 7 additions and 1 deletions

View File

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