Add gtk-update-icon-cache as dependency

This commit is contained in:
2025-07-17 13:40:08 +03:00
parent a69475b0c7
commit 9f4c15f485
2 changed files with 8 additions and 2 deletions
+6 -1
View File
@@ -26,10 +26,15 @@ build() {
# This function is used to move the compiled files into the output directory
package() {
cd build
DESTDIR="$BPM_OUTPUT" ninja install
# Install BPM hooks
install -Dm644 "$BPM_WORKDIR"/*.bpmhook -t "$BPM_OUTPUT"/var/lib/bpm/hooks/
# Remove gtk-update-icon-cache binary
rm "$BPM_OUTPUT"/usr/bin/gtk-update-icon-cache
# Install package license
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/gtk3/COPYING
}