You've already forked audiobookshelf
							
							
		
			
				
	
	
		
			12 lines
		
	
	
		
			315 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			315 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Copy, move or symlink this file in /etc/pacman.d/hooks to force a restart when audiobookshelf is updated.
 | 
						|
 | 
						|
[Trigger]
 | 
						|
Operation = Upgrade
 | 
						|
Type = Package
 | 
						|
Target = audiobookshelf
 | 
						|
 | 
						|
[Action]
 | 
						|
Description = Restarting audiobookshelf...
 | 
						|
When = PostTransaction
 | 
						|
Exec = /usr/bin/systemctl try-restart audiobookshelf.service
 |