You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/patches/kde-misc/networkmanagement-0.9.sh

6 lines
212 B

if [[ ${EBUILD_PHASE} == postinst ]]
then
einfo "Fix files containt of net-misc/networkmanager"
sed -i '/plasma-applet-networkmanagement.desktop/d' ${EROOT}/var/db/pkg/net-misc/networkmanager-0.9*/CONTENTS
fi