saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
6
paludis/hooks/ebuild_install_post/ns2.bash
Executable file
6
paludis/hooks/ebuild_install_post/ns2.bash
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ "${CATEGORY}/${PN}" == "media-sound/pulseaudio" ]] ; then
|
||||
chmod -x /usr/bin/pulseaudio
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user