no custom uninstall action

master
Jean-Christian Paul Denis 2023-04-15 23:33:12 +02:00
parent c13f7656d2
commit ec12058099
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
1 changed files with 2 additions and 1 deletions

View File

@ -76,6 +76,7 @@ class Uninstall extends dcNsProcess
)
;
return true;
// no custom action
return false;
}
}