Split package and add BPM hooks
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
for icons in /usr/share/icons/*; do
|
||||
if [ -e "$icons"/index.theme ]; then
|
||||
gtk-update-icon-cache -q -f "$icons"
|
||||
fi
|
||||
done
|
||||
Reference in New Issue
Block a user