~pvigo/+junk/linkat-wbm-lustitia-18.04

« back to all changes in this revision

Viewing changes to debian/linkat-wbm-lustitia/etc/webmin/lustitia/wbm-lustitia/uninstall.pl

  • Committer: Pablo Vigo
  • Date: 2019-02-25 09:09:30 UTC
  • Revision ID: pvigo@xtec.cat-20190225090930-nvg1wrgo1yngf0wz
2: shate fixed

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
do 'lustitia-lib.pl';
 
3
 
 
4
=head2 module_uninstall(mode)
 
5
 
 
6
This function is executed just before webmin uninstalls the Lustitia Module.
 
7
 
 
8
=cut
 
9
sub module_uninstall 
 
10
{
 
11
# Here shpuld be placed the code to be executed just before deleting the module
 
12
#
 
13
        exit 0
 
14
}