mirror of
				https://github.com/arcan1s/awesome-widgets.git
				synced 2025-10-31 21:23:41 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			131 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			131 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| post_install() {
 | |
|   kbuildsycoca4 > /dev/null 2>&1
 | |
| }
 | |
| 
 | |
| post_upgrade() {
 | |
|   post_install "$1"
 | |
| }
 | |
| 
 | |
| post_remove() {
 | |
|   post_install "$1"
 | |
| }
 |