14 lines
262 B
Plaintext
14 lines
262 B
Plaintext
# postinst script for Z9100
|
|
|
|
# Enable fstrim
|
|
systemctl enable fstrim.timer
|
|
systemctl start fstrim.timer
|
|
|
|
# Enable Dell-Z9100-platform-service
|
|
depmod -a
|
|
systemctl enable platform-modules-z9100.service
|
|
systemctl start platform-modules-z9100.service
|
|
|
|
|
|
#DEBHELPER#
|