Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > a530ab2c8d5ad6fa8bfcf9d38d445c03 > scriptlet

dkms-tp_smapi-0.41-1.noarch.rpm

PREUN

/bin/sh
#if [ $1 == 0 ]
#  then
  dkms remove -m tp_smapi -v 0.41-1 --rpm_safe_upgrade --all
#fi

POSTIN

/bin/sh
#if [ $1 == 1 ]
#then 
  dkms add -m tp_smapi -v 0.41-1 --rpm_safe_upgrade
  dkms build -m tp_smapi -v 0.41-1 --rpm_safe_upgrade
  dkms install -m tp_smapi -v 0.41-1 --rpm_safe_upgrade
#fi