summaryrefslogtreecommitdiff
path: root/community/librcc/librcc.install
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-07-07 04:59:01 +0000
committerroot <root@rshg047.dnsready.net>2011-07-07 04:59:01 +0000
commit75b1bc45a0e39074e42b6a26a9f72ac2e049bdc1 (patch)
tree9bd2c1fbe4c9a0fd5ede1a5667137113d48d2c69 /community/librcc/librcc.install
parenta135f8563fea25509d9a92db7c03ac3d08230a3f (diff)
Thu Jul 7 04:59:01 UTC 2011
Diffstat (limited to 'community/librcc/librcc.install')
-rw-r--r--community/librcc/librcc.install22
1 files changed, 0 insertions, 22 deletions
diff --git a/community/librcc/librcc.install b/community/librcc/librcc.install
index 8d2ccce98..53b1d7ce7 100644
--- a/community/librcc/librcc.install
+++ b/community/librcc/librcc.install
@@ -1,28 +1,6 @@
-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
}
-