Remove useless canon-Ubuntu icons
This commit is contained in:
parent
d6245781b9
commit
53403ba7da
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ echo "Battery pourcentage now displayed!"
|
|||
# Icons
|
||||
# Path where icons are saved
|
||||
pathicons='/usr/share/applications'
|
||||
apps=("debian-xterm" "debian-uxterm")
|
||||
apps=("debian-xterm" "debian-uxterm" "software-properties-drivers" "software-properties-livepatch")
|
||||
|
||||
# We remove the Ubuntu desktop shortcut only if it already exists
|
||||
for app in ${apps[@]}
|
||||
|
|
Reference in a new issue