summaryrefslogtreecommitdiff
path: root/community/librcc/librcc.install
blob: 53b1d7ce7a4560a7c329e188319076fd8446dfcb (plain)
1
2
3
4
5
6
post_install() {
  echo "-- Don't forget to install gtk or/and gtk2 packages to enable librcc"
  echo "   gui features"
  echo "-- Also you may change /usr/bin/rcc-config symlink to switch between"
  echo "   gtk and gtk2 (rcc-gtk-config and rcc-gtk2-config)"
}