#!/bin/sh
#
# @author Richard Stöckl <richard.stoeckl@aon.at>
# @brief Replaces the systems Xfconf library with the Xfconf binding and creates backup.
# @date 15.05.2023

mv "/usr/libx32/libxfconf-0.so.3.0.0" "/usr/libx32/libxfconf-0.so.3.0.0.bak"
cp "/usr/libx32/libxfconf-elektra.so" "/usr/libx32/libxfconf-0.so.3.0.0"
