blob: bdab956448cc0daabee8914744bdf1a4de142d4f [file] [log] [blame]
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# 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