diff options
Diffstat (limited to 'debian/itzks-systems-workstation.postinst')
| -rwxr-xr-x | debian/itzks-systems-workstation.postinst | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/debian/itzks-systems-workstation.postinst b/debian/itzks-systems-workstation.postinst index 616b1b4..db2fef3 100755 --- a/debian/itzks-systems-workstation.postinst +++ b/debian/itzks-systems-workstation.postinst @@ -5,8 +5,8 @@  # we once shipped /etc/skell in itzks-systems-workstation, bad idea!  if dpkg --compare-versions "$2" lt "2020.02.10.2" ; then  	rm -Rfv /etc/skel/Netzwerkordner -	rmdir -p --ignore-if-not-empty /etc/skel/Desktop -	rmdir -p --ignore-if-not-empty /etc/skel/.mozilla -	rmdir -p --ignore-if-not-empty /etc/skel/.pki +	rmdir -p --ignore-fail-on-non-empty /etc/skel/Desktop +	rmdir -p --ignore-fail-on-non-empty /etc/skel/.mozilla +	rmdir -p --ignore-fail-on-non-empty /etc/skel/.pki  fi | 
