fix désinstall flasplugin-nonfree

This commit is contained in:
Kyodev 2017-06-08 11:26:11 +02:00
parent 06c16e755f
commit c0055d7987
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
version="0.7.0rc"
version="0.7.1rc"
projet="A définir"
contact="A venir"
@ -208,7 +208,7 @@ else
fi
# on vire 'flashplugin-nonfree' si installé
if [ ! dpkg-query -l bash &> /dev/null ]; then apt-get purge flashplugin-nonfree; fi
if dpkg-query -l flashplugin-nonfree &> /dev/null; then apt-get purge flashplugin-nonfree; fi
# architecture? & url alternative pour version test
if [ "$(dpkg --print-architecture)" = "amd64" ]; then