|
|
|
@ -1,8 +1,8 @@ |
|
|
|
|
Name: kometa-livecd-hack |
|
|
|
|
Summary: Hack to delete another live user |
|
|
|
|
Version: 0.1 |
|
|
|
|
Release: kometa0 |
|
|
|
|
License: GPL-3.0 |
|
|
|
|
Release: kometa1 |
|
|
|
|
License: GPLv3 |
|
|
|
|
Group: System/Base |
|
|
|
|
BuildArch: noarch |
|
|
|
|
Requires(post): livecd-install |
|
|
|
@ -14,3 +14,4 @@ Requires(post): livecd-install |
|
|
|
|
|
|
|
|
|
%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 |
|
|
|
|