compute-runtime/scripts/packaging/ubuntu/debian/intel-ocloc.postinst

13 lines
182 B
Bash

#! /bin/sh -e
#
# Copyright (C) 2024 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
update-alternatives --quiet \
--install /usr/bin/ocloc ocloc /usr/bin/ocloc 0
exit 0