summaryrefslogtreecommitdiff
path: root/community-testing/surf/surf.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/surf/surf.install')
-rw-r--r--community-testing/surf/surf.install28
1 files changed, 0 insertions, 28 deletions
diff --git a/community-testing/surf/surf.install b/community-testing/surf/surf.install
deleted file mode 100644
index 8511ab907..000000000
--- a/community-testing/surf/surf.install
+++ /dev/null
@@ -1,28 +0,0 @@
-pre_install() {
- echo "-- Edit config.h in PKGBUILD's directory (generally /var/abs/community/surf/)"
- 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/surf/)"
- echo "-- and rebuild package if you want to change settings."
- /bin/true
-}
-
-post_upgrade() {
- /bin/true
-}
-
-pre_remove() {
- /bin/true
-}
-
-post_remove() {
- /bin/true
-}
-