aerothemeplasma/KWin/smod_kwin_theme/uninstall-effect.sh

11 lines
181 B
Bash
Executable File

#!/bin/bash
echo "Uninstalling kwin effect"
echo
cd kwin-effect-smodwindowbuttons || exit 1
echo "Running: sudo make uninstall"
sudo make -C build uninstall && echo "Done"
cd ..