Changed bar width to width of four buttons, review
[situare] / debian / prerm
1 #!/bin/sh -e
2
3 # remove settings file
4 if [ -f /home/user/.config/Ixonos/Situare.conf ]; then
5     rm /home/user/.config/Ixonos/Situare.conf
6     echo Situare configuration removed
7 fi
8
9 exit 0