Add a postinstall section to leave a trace in the home directory.

This commit is contained in:
Lukáš Růžička 2020-12-04 15:04:29 +01:00
parent bdcc1b794a
commit e43b0fe87c
1 changed files with 4 additions and 0 deletions

View File

@ -20,3 +20,7 @@ poweroff
@^workstation-product-environment
-selinux-policy-minimum
%end
%post
sudo touch $INSTALL_ROOT/home/home_preserved
%end