11 lines
		
	
	
		
			179 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			179 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh -e
 | |
| 
 | |
| case $1 in
 | |
| 	(configure)
 | |
| 		[ -x /usr/share/update-notifier/notify-reboot-required ] \
 | |
| 		  && /usr/share/update-notifier/notify-reboot-required
 | |
| 		;;
 | |
| esac
 | |
| 
 | |
| #DEBHELPER#
 | 
