media-video/unifi-video: remove unused file
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Wed, 23 Oct 2019 06:12:37 +0000 (08:12 +0200)
committerAaron Bauman <bman@gentoo.org>
Fri, 8 Nov 2019 02:42:51 +0000 (21:42 -0500)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13390
Signed-off-by: Aaron Bauman <bman@gentoo.org>
media-video/unifi-video/files/mongod-wrapper [deleted file]

diff --git a/media-video/unifi-video/files/mongod-wrapper b/media-video/unifi-video/files/mongod-wrapper
deleted file mode 100644 (file)
index f2eb2a4..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-cleaned_args=$(echo $* | sed -e 's/--nohttpinterface//')
-/usr/bin/mongod ${cleaned_args}