mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-28 13:01:38 +02:00
8 lines
164 B
Bash
8 lines
164 B
Bash
#!/bin/sh
|
|
|
|
# remove all files we have copied to data folder
|
|
rm /assets/data/tooloop-greeter*
|
|
|
|
# we have installed it, we should remove it also
|
|
apt -y purge mplayer
|