#!/bin/sh
#
# @author Richard Stöckl <richard.stoeckl@aon.at>
# @brief Moves the backup of the systems library back to the original path.
# @date 15.05.2023

mv "/usr/lib64/libxfconf-0.so.3.0.0.bak" "/usr/lib64/libxfconf-0.so.3.0.0"
