source:
n4d-backup-manager/trunk/fuentes/debian/n4d-backup-manager.postinst
@
2763
Last change on this file since 2763 was 2194, checked in by , 5 years ago | |
---|---|
File size: 223 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | set -e |
3 | # N4D module must be enabled to make more easier |
4 | # the installation process |
5 | n4d-modules enable-plugin /etc/n4d/conf.d/MoodleManager |
6 | n4d-modules enable-plugin /etc/n4d/conf.d/PmbManager |
7 | #DEBHELPER# |
8 | |
9 | exit 0 |
Note: See TracBrowser
for help on using the repository browser.