Added debian package specs
This commit is contained in:
		
							
								
								
									
										10
									
								
								guicurses_0.5/DEBIAN/control
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								guicurses_0.5/DEBIAN/control
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,10 @@ | ||||
| Package: guicurses | ||||
| Version: 0.5-1 | ||||
| Section: python | ||||
| Priority: optional | ||||
| Architecture: all | ||||
| Maintainer: MKSpeech <support@mkspeech.com> | ||||
| Homepage: https://github.com/raspberrypi-accesible/guicurses | ||||
| #Package: python3-guicurses | ||||
| #Architecture: all | ||||
| Description:  A set of utilities for building applications using ncurses and python | ||||
							
								
								
									
										12
									
								
								guicurses_0.5/DEBIAN/postrm
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										12
									
								
								guicurses_0.5/DEBIAN/postrm
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| #!/bin/bash | ||||
| # Post removal script. | ||||
|  # This script runs after removing the package  | ||||
|  | ||||
| set -e | ||||
| #if test -e /usr/share/NVDARemoteServer | ||||
| #then | ||||
| #rm -rf /usr/share/NVDARemoteServer | ||||
| #fi | ||||
| #systemctl daemon-reload | ||||
| set +e | ||||
| exit 0 | ||||
							
								
								
									
										8
									
								
								guicurses_0.5/DEBIAN/prerm
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										8
									
								
								guicurses_0.5/DEBIAN/prerm
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,8 @@ | ||||
| #!/bin/bash | ||||
| # Pre removal script. | ||||
|  # This script runs before removing the package  | ||||
|  | ||||
| set -e | ||||
| service NVDARemoteServer stop | ||||
| #set +e | ||||
| exit 0 | ||||
		Reference in New Issue
	
	Block a user
	 MKSpeech Team
					MKSpeech Team