init
This commit is contained in:
19
gdm-theme-maia-remove.script
Normal file
19
gdm-theme-maia-remove.script
Normal file
@@ -0,0 +1,19 @@
|
||||
#!/bin/bash
|
||||
|
||||
#Used directory
|
||||
|
||||
gnomedir=/usr/share/gnome-shell
|
||||
theme=gnome-shell-theme.gresource
|
||||
|
||||
#Remove GDM theme and icons
|
||||
|
||||
cd $gnomedir
|
||||
if [ -f $theme.old ]; then
|
||||
rm $theme
|
||||
mv $theme.old $theme
|
||||
else
|
||||
echo
|
||||
echo "Backup GDM theme not present: re-install gnome-shell is needed"
|
||||
echo
|
||||
fi
|
||||
|
Reference in New Issue
Block a user