Skip to content
Snippets Groups Projects
Verified Commit 795fa142 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

pop-icon-theme: do not install cursors

parent 187ced0a
No related branches found
No related tags found
No related merge requests found
...@@ -6,4 +6,7 @@ template = "custom" ...@@ -6,4 +6,7 @@ template = "custom"
script = """ script = """
meson setup -Dprefix=/ . "${COOKBOOK_SOURCE}" meson setup -Dprefix=/ . "${COOKBOOK_SOURCE}"
env DESTDIR="${COOKBOOK_STAGE}" meson install env DESTDIR="${COOKBOOK_STAGE}" meson install
#TODO: reduce cursors folder size: https://github.com/pop-os/icon-theme/issues/136
rm -rf "${COOKBOOK_STAGE}/share/icons/Pop/cursors"
rm -rf "${COOKBOOK_STAGE}/share/icons/Pop/cursor.theme"
""" """
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment