#!/bin/bash
set -e
echo "INFO: extracting Clarity icon theme"
tar xvzf /usr/share/icons/clarity.tar.gz -C /usr/share/icons/
