5
if [ $EUID -ne 0 ]; then
10
echo "UNINSTALLING Writer..."
11
echo "======================"
17
echo 'Removing /usr/bin/writer'
18
$SUDO rm /usr/bin/writer
24
echo 'Removing /usr/share/applications/writer.desktop'
25
$SUDO rm /usr/share/applications/writer.desktop
32
if [ $ERRORS -eq 0 ]; then
34
echo 'Writer successfully uninstalled!'
35
echo 'Please log out and back in again for the changes to take effect'
39
echo 'Writer was NOT uninstalled successfully!'
40
echo "$ERRORS errors occurred!"
b'\\ No newline at end of file'