LibreWeb-Browser/scripts/clean-up-hicolor-icons.sh

4 lines
163 B
Bash
Raw Normal View History

2022-01-21 15:39:53 -08:00
#!/usr/bin/env bash
# Description: Remove all 'apps' folders from hicolor
find ./packaging_win/share/icons/hicolor/ -type d -name "*apps" -prune -exec rm -rf {} +