10 lines
339 B
Plaintext
10 lines
339 B
Plaintext
# Copyright (C) 2019, Digi International Inc.
|
|
|
|
do_install:append() {
|
|
# We don't use the scalable icons anywhere and they take up over
|
|
# 1 MiB in the filesystem, so remove them.
|
|
rm -f ${D}${prefix}/share/icons/Adwaita/scalable/*/*-symbolic*.svg
|
|
}
|
|
|
|
FILES:${PN}-symbolic:remove = "${prefix}/share/icons/Adwaita/scalable/*/*-symbolic*.svg"
|