From dee9f17b595ea903a982d31d1124b302bb17e2ff Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Jul 2013 00:58:52 -0700 Subject: Wed Jul 17 00:58:51 PDT 2013 --- community/tabbed/tabbed.install | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 community/tabbed/tabbed.install (limited to 'community/tabbed/tabbed.install') diff --git a/community/tabbed/tabbed.install b/community/tabbed/tabbed.install deleted file mode 100644 index c44096d56..000000000 --- a/community/tabbed/tabbed.install +++ /dev/null @@ -1,28 +0,0 @@ -pre_install() { - echo "-- Edit config.h in PKGBUILD's directory (generally /var/abs/community/tabbed/)" - echo "-- and rebuild package if you want to change settings." - /bin/true -} - -post_install() { - /bin/true -} - -pre_upgrade() { - echo "-- Edit config.h in PKGBUILD's directory (generally /var/abs/community/tabbed/)" - echo "-- and rebuild package if you want to change settings." - /bin/true -} - -post_upgrade() { - /bin/true -} - -pre_remove() { - /bin/true -} - -post_remove() { - /bin/true -} - -- cgit v1.2.3-54-g00ecf