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

4 lines
163 B
Bash
Executable File

#!/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 {} +