Files
extra/volumeicon/volumeicon.install
2025-06-22 20:39:04 -05:00

8 lines
186 B
Plaintext

post_install() {
# See FS#34239 for more information
echo 'If there are problems running volumeicon, try:'
echo 'rm -iv ~/.config/volumeicon/volumeicon'
}
# vim:set ts=2 sw=2 et: