From 4106136fb9e2636f408d417d8c2a80aabd691ac4 Mon Sep 17 00:00:00 2001 From: Roman Demidov Date: Thu, 27 Jun 2024 11:28:48 +0300 Subject: [PATCH] Fix bug 68055 : Removing deb package by purge do not clean theme (#1262) * Fix bug 68055 : Removing deb package by purge do not clean theme * Small changes * Small changes * Small changes * Small changes * Revert changes --- win-linux/package/linux/deb/template/postrm.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/win-linux/package/linux/deb/template/postrm.m4 b/win-linux/package/linux/deb/template/postrm.m4 index f27e145bb..8601bfc95 100644 --- a/win-linux/package/linux/deb/template/postrm.m4 +++ b/win-linux/package/linux/deb/template/postrm.m4 @@ -6,7 +6,8 @@ set -e # fail on any error case "$1" in purge) ifelse(M4_COMPANY_NAME, ONLYOFFICE, - rm -fr /home/*/.local/share/M4_DESKTOPEDITORS_PREFIX, + rm -fr /home/*/.local/share/M4_DESKTOPEDITORS_PREFIX + rm -fr /home/*/.config/onlyoffice/DesktopEditors.conf, rm -fr /home/*/.local/share/M4_PACKAGE_NAME if [ -f /etc/astra_version ] && [ -f /etc/X11/trusted ]; then sed -i '\|/opt/M4_DESKTOPEDITORS_PREFIX/DesktopEditors|d' /etc/X11/trusted