9 lines
		
	
	
		
			147 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			147 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/sh -e
 | 
						|
 | 
						|
pkgname=mate-text-editor
 | 
						|
 | 
						|
/usr/sbin/mateconfpkg --install ${pkgname}
 | 
						|
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
 | 
						|
 | 
						|
exit 0
 |