blob: 75679461d1233f5c343764366aa6ce6532955018 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
remove_info() {
echo " ======================== Shelldio INFO =========================="
echo " "
echo " Shelldio has downloaded the stations file in your home diectory. "
echo " The file is in the ~/.shelldio folder"
echo " If you don't want them anymore. Type:"
echo " rm -r ~/.shelldio"
echo " "
echo " ======================== Shelldio INFO =========================="
echo " "
}
post_remove() {
remove_info
}
|