summaryrefslogtreecommitdiffstats
path: root/abs/core/module-init-tools/module-init-tools.install
blob: eedb63b11f653672ef458915d7bb40b9d2be2c75 (plain)
1
2
3
4
5
6
pre_upgrade() {
   if [ -f /etc/modprobe.conf ]
     then
       mv /etc/modprobe.conf /etc/modprobe.d/modprobe.conf
   done
}