diff options
Diffstat (limited to 'abs/extra/community/motion-svn/motion-svn.install')
-rw-r--r-- | abs/extra/community/motion-svn/motion-svn.install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/abs/extra/community/motion-svn/motion-svn.install b/abs/extra/community/motion-svn/motion-svn.install deleted file mode 100644 index f88a2fc..0000000 --- a/abs/extra/community/motion-svn/motion-svn.install +++ /dev/null @@ -1,11 +0,0 @@ -# arg 1: the new package version -post_install() { - echo "" - echo ">>> An example configuration has been saved to /etc/motion-dispatch.conf" -} - -op=$1 -shift -[ "$(type -t "$op")" = "function" ] && $op "$@" - -# vim:set ts=2 et: |