#!/bin/bash

find . -maxdepth 1 \
    -not -path . \
    -not -path ./.pc \
    -not -path ./debian \
    -not -name "*.service" \
    -printf "%f usr/share/icingaweb2/modules/vspheredb\n"
