Remove gnome-backgrounds.xml divertion for GNOME 42
This commit is contained in:
		
							parent
							
								
									251e07c229
								
							
						
					
					
						commit
						ee974e61a9
					
				
							
								
								
									
										9
									
								
								debian/kali-themes.postinst
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								debian/kali-themes.postinst
									
									
									
									
										vendored
									
									
								
							| @ -113,15 +113,6 @@ if [ "$1" = "configure" ]; then | |||||||
| 	# Install remaining new files | 	# Install remaining new files | ||||||
| 	install_all | 	install_all | ||||||
|     fi |     fi | ||||||
|     # Disable GNOME backgrounds |  | ||||||
|     file=/usr/share/gnome-background-properties/gnome-backgrounds.xml |  | ||||||
|     if [ -e $file ]; then |  | ||||||
| 	diverted_file=$(dirname $file)/disabled/$(basename $file) |  | ||||||
| 	mkdir -p "$(dirname $diverted_file)" |  | ||||||
| 	dpkg-divert --rename --package kali-themes \ |  | ||||||
| 		    --divert "$diverted_file" \ |  | ||||||
| 		    --add "$file" |  | ||||||
|     fi |  | ||||||
|     # Configure /root/.face to have a red-background avatar |     # Configure /root/.face to have a red-background avatar | ||||||
|     if [ ! -e /root/.face ]; then |     if [ ! -e /root/.face ]; then | ||||||
|         cp /usr/share/kali-themes/.face-root.svg /root/.face |         cp /usr/share/kali-themes/.face-root.svg /root/.face | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Daniel Ruiz de Alegría
						Daniel Ruiz de Alegría