Files
rocm-systems/DEBIAN/postinst
T
Andres Rodriguez 31861c838e package: change install directory to /opt/rocm
Align with the rest of the driver stack on the new installation path
/opt/rocm/*

This mechanism for generating packages should be changed for something
nicer and more standards compliant in the future.

Change-Id: Ic31409b0d0b8f6ee4b25296d2580982a76aab564
2016-04-08 11:41:49 -04:00

8 řádky
67 B
Bash
Spustitelný soubor

#!/bin/bash
set -e
echo "Updating ldconfig"
ldconfig
echo "Done"