Removed debian files
This commit is contained in:
parent
010c9ccdbc
commit
f89df4512c
@ -1,10 +0,0 @@
|
||||
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
|
@ -1,12 +0,0 @@
|
||||
#!/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
|
@ -1,8 +0,0 @@
|
||||
#!/bin/bash
|
||||
# Pre removal script.
|
||||
# This script runs before removing the package
|
||||
|
||||
set -e
|
||||
service NVDARemoteServer stop
|
||||
#set +e
|
||||
exit 0
|
Loading…
Reference in New Issue
Block a user