summaryrefslogtreecommitdiffstats
path: root/abs/extra/community/motion-svn/motion-svn.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/community/motion-svn/motion-svn.install')
-rw-r--r--abs/extra/community/motion-svn/motion-svn.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/extra/community/motion-svn/motion-svn.install b/abs/extra/community/motion-svn/motion-svn.install
new file mode 100644
index 0000000..f88a2fc
--- /dev/null
+++ b/abs/extra/community/motion-svn/motion-svn.install
@@ -0,0 +1,11 @@
+# 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: