index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2007-11-29 13:58:00 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-12-10 23:02:07 -0600 |
commit | 565d2eeed5fdd85b516cbc76bc48be439e42c41f (patch) | |
tree | f17e86c79386c3e977bb9625013886dd74af2071 /contrib | |
parent | 9781d0d637fb2a077b0c4b262af1e2fb4decc2a0 (diff) |
-rw-r--r-- | contrib/proto.install | 4 |
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: |