Merge "Add map-services for debian distros."

This commit is contained in:
Jenkins 2014-05-19 21:23:00 +00:00 committed by Gerrit Code Review
commit f70a9fa4e2
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#!/bin/bash
set -eu
# For Debian map-services is currently a noop
# We pass through the service name directly
echo "$@"

View File

@ -0,0 +1,6 @@
#!/bin/bash
set -eu
# For Ubuntu map-services is currently a noop
# We pass through the service name directly
echo "$@"