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/media-gfx/geeqie-1-fix_gqview.sh

6 lines
193 B

if [[ ${EBUILD_PHASE} == postinst ]]
then
einfo "Fix files containt of media-gfx/gqview"
sed -i '/calculate-imageview.desktop/d' ${EROOT}/var/db/pkg/media-gfx/gqview/gqview-2.1.5/CONTENTS
fi