mirror of
				https://github.com/arcan1s/pkgbuild.git
				synced 2025-10-24 18:33:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			162 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			162 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| post_install() {
 | |
|   update-desktop-database -q
 | |
|   update-mime-database /usr/share/mime/ > /dev/null
 | |
| }
 | |
| 
 | |
| post_remove() {
 | |
|   post_install $1
 | |
| }
 | |
| 
 | |
| # vim:set ts=2 sw=2 et:
 |