Bongo Cam: remove menu button on uninstall

pull/576/head
Botspot 4 years ago
parent 59b4f85228
commit 20fc7175b1

@ -11,13 +11,13 @@ function error {
"${DIRECTORY}/pkg-install" "libsfml-dev libsdl2-dev libxdo-dev" "$(dirname "$0")" || exit 1
#Download
cd ~
wget https://github.com/mobilegmYT/bongocat-osu/releases/download/1.5.3/bongocat-armv7l-1.5.3.zip
rm -rf ~/bongocat-armv7l-* ~/bongocam
wget -O ~/bongocat.zip https://github.com/mobilegmYT/bongocat-osu/releases/download/1.5.3/bongocat-armv7l-1.5.3.zip
#Install
unzip bongocat-armv7l-1.5.3.zip
rm bongocat-armv7l-1.5.3.zip
mv bongocat-armv7l-1.5.3 bongocam
unzip ~/bongocat.zip
rm ~/bongocat.zip
mv ~/bongocat-armv7l-* ~/bongocam
chmod +x ~/bongocam/bongo
#Desktop shortcut
@ -30,4 +30,4 @@ Path=$HOME/bongocam/
Type=Application
Encoding=UTF-8
Terminal=false
Categories=AudioVideo" > ~/.local/share/applications/bongocam.desktop
Categories=AudioVideo;" > ~/.local/share/applications/bongocam.desktop

@ -10,4 +10,4 @@ function error {
#if your app installs any packages, keep this command here so those packages will be removed.
"${DIRECTORY}/purge-installed" "$(dirname "$0")" || exit 1
rm -rf ~/bongocam/
rm -rf ~/bongocam/ ~/.local/share/applications/bongocam.desktop

Loading…
Cancel
Save