summaryrefslogtreecommitdiff
path: root/community/tabbed/tabbed.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/tabbed/tabbed.install')
-rw-r--r--community/tabbed/tabbed.install28
1 files changed, 0 insertions, 28 deletions
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
-}
-