Removed debian files

This commit is contained in:
Manuel Cortez 2017-10-03 10:05:48 -05:00
parent 010c9ccdbc
commit f89df4512c
3 changed files with 0 additions and 30 deletions

View File

@ -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

View File

@ -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

View File

@ -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