You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
429 B
17 lines
429 B
Name: kometa-livecd-hack
|
|
Summary: Hack to delete another live user
|
|
Version: 0.1
|
|
Release: kometa1
|
|
License: GPLv3
|
|
Group: System/Base
|
|
BuildArch: noarch
|
|
Requires(post): livecd-install
|
|
|
|
%description
|
|
%summary
|
|
|
|
%files
|
|
|
|
%post
|
|
sed -i'' -e 's,altlinux,kometa,g' /usr/lib/alterator/hooks/livecd-preinstall.d/90-userdel.sh
|
|
sed -i'' -e 's,nodm,nodm kometa-livecd-hack,g' /usr/lib/alterator/hooks/livecd-postinstall.d/95-remove-livecd-pkgs.sh
|
|
|