summarylogtreecommitdiffstats
path: root/volumeicon.install
blob: 582cc86731c3a2b1386c615ebe771e218cb12596 (plain)
1
2
3
4
5
6
7
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: