saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
parent
5c79153ce0
commit
c35e61fcfc
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
|
||||
|
@ -45,4 +45,4 @@ x11-proto/xf86vidmodeproto ABI_X86: 32
|
||||
x11-proto/xproto ABI_X86: 32
|
||||
|
||||
# ns2
|
||||
#media-plugins/alsa-plugins pulseaudio
|
||||
media-plugins/alsa-plugins pulseaudio
|
||||
|
Loading…
Reference in New Issue
Block a user