From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/librcc/librcc.install | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 community/librcc/librcc.install (limited to 'community/librcc/librcc.install') diff --git a/community/librcc/librcc.install b/community/librcc/librcc.install new file mode 100644 index 000000000..8d2ccce98 --- /dev/null +++ b/community/librcc/librcc.install @@ -0,0 +1,28 @@ +pre_install() { + /bin/true +} + +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)" + /bin/true +} + +pre_upgrade() { + /bin/true +} + +post_upgrade() { + /bin/true +} + +pre_remove() { + /bin/true +} + +post_remove() { + /bin/true +} + -- cgit v1.2.3-54-g00ecf