mirror of
https://gitlab.com/flectra-hq/flectra.git
synced 2025-02-25 18:55:21 -06:00
[ADD] upstream patching
This commit is contained in:
3
debian/postrm
vendored
3
debian/postrm
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user