2018-08-13 05:31:11 -05:00
|
|
|
# postinst script for S6100
|
|
|
|
|
2018-09-26 01:14:09 -05:00
|
|
|
# Enable Dell-S6100-platform-service
|
|
|
|
depmod -a
|
|
|
|
systemctl enable platform-modules-s6100.service
|
|
|
|
systemctl start platform-modules-s6100.service
|
2019-06-24 10:13:40 -05:00
|
|
|
|
|
|
|
systemctl enable s6100-lpc-monitor.service
|
|
|
|
systemctl start s6100-lpc-monitor.service
|
|
|
|
|
2018-08-13 05:31:11 -05:00
|
|
|
#DEBHELPER#
|