Skip to content

Commit

Permalink
packages: remove unused folder from glib-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
duhow committed Dec 19, 2024
1 parent 9ea001f commit c3cf680
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/glib/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ install_package() {
}

postinstall_package() {
rm -rvf ${STAGING_DIR}/usr/share/gdb
rm -rvf ${STAGING_DIR}/usr/share/gdb
rm -rvf ${STAGING_DIR}/usr/share/glib-2.0/codegen

# /usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.6702.0-gdb.py
}

0 comments on commit c3cf680

Please sign in to comment.