8 lines
250 B
Plaintext
Raw Normal View History

2023-08-04 17:14:32 +02:00
#!/bin/bash
# update icons
/bin/touch --no-create /usr/share/icons/hicolor &>/dev/null || true
/usr/bin/gtk-update-icon-cache /usr/share/icons/* &>/dev/null || true
# remove extracted assets not tracked by the .deb package
rm -rf /usr/share/f.e.i.s