summaryrefslogtreecommitdiffstats
path: root/contrib/proto.install
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/proto.install')
-rw-r--r--contrib/proto.install4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/proto.install b/contrib/proto.install
index 4bf55280..074840e4 100644
--- a/contrib/proto.install
+++ b/contrib/proto.install
@@ -33,8 +33,4 @@ post_remove() {
/bin/true
}
-op=$1
-shift
-["$(type -t "$op")" = "function" ] && $op "$@"
-
# vim:set ts=2 sw=2 et: