mirror of
				https://github.com/arcan1s/awesome-widgets.git
				synced 2025-11-04 06:43:41 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			131 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			131 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
post_install() {
 | 
						|
  kbuildsycoca5 > /dev/null 2>&1
 | 
						|
}
 | 
						|
 | 
						|
post_upgrade() {
 | 
						|
  post_install "$1"
 | 
						|
}
 | 
						|
 | 
						|
post_remove() {
 | 
						|
  post_install "$1"
 | 
						|
}
 |