From ade5c0d6d0c77ece568a436298755a7bae42556f Mon Sep 17 00:00:00 2001 From: knotteye Date: Sat, 24 Apr 2021 15:43:29 -0500 Subject: [PATCH] Manually clean up on debian --- deb/DEBIAN/postrm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deb/DEBIAN/postrm b/deb/DEBIAN/postrm index 5c2ed97..18a7094 100755 --- a/deb/DEBIAN/postrm +++ b/deb/DEBIAN/postrm @@ -1,3 +1,3 @@ #!/bin/sh rm -f /usr/bin/plchat - +rm -rf /usr/lib/plchat \ No newline at end of file