Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > b7c213a654381267ec42dc4855fcfab2 > files > 1

draklive-install-2.1-1.mga4.noarch.rpm

#!/bin/sh
# to be sourced
if grep -q '\binstall\b' /proc/cmdline; then
  . /etc/sysconfig/i18n
  /usr/sbin/draklive-install
  reboot
fi