blob: 832e4ca37f4c2c01cc113ded81093bf1cd9bf251 [file] [log] [blame]
# Copyright 2017 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Remove unused shell scripts from upstream ebuild.
openvpn_mask="
/etc/openvpn/up.sh
/etc/openvpn/down.sh
"
PKG_INSTALL_MASK+=" ${openvpn_mask}"
INSTALL_MASK+=" ${openvpn_mask}"
unset openvpn_mask