[ADD] upstream patching

This commit is contained in:
Parthiv
2018-07-19 16:22:28 +05:30
parent 67a50b29b4
commit ec59f69127
16 changed files with 114 additions and 33 deletions

3
debian/postrm vendored
View File

@@ -10,9 +10,6 @@ case "${1}" in
remove)
deluser --quiet --system $FLECTRA_USER || true
delgroup --quiet --system --only-if-empty $FLECTRA_GROUP || true
if [ -d "$FLECTRA_LIB_DIR" ]; then
rm -rf $FLECTRA_LIB_DIR
fi
;;
purge)