mirror of
https://codeberg.org/Computertruhe/Setup-Skripte.git
synced 2025-06-28 19:36:21 +02:00
Angleichung der Post-install skripte
entfernung einer überfl. Datei
This commit is contained in:
parent
77d396f7e3
commit
7c5f78327d
3 changed files with 4 additions and 36 deletions
|
@ -27,7 +27,6 @@ packages=(
|
|||
keepassxc
|
||||
|
||||
# Games
|
||||
#0ad
|
||||
beneath-a-steel-sky
|
||||
billard-gl
|
||||
blobby
|
||||
|
@ -141,6 +140,7 @@ handle_signal() {
|
|||
handle_exit() {
|
||||
e "Finales Cleanup wird durchgeführt …"
|
||||
rm -f "$DPKG_CFG_FRAGMENT"
|
||||
rm -f /etc/apt/apt.conf.d/01aptproxy
|
||||
}
|
||||
|
||||
trap handle_signal SIGINT SIGTERM
|
||||
|
@ -219,8 +219,6 @@ apt autoremove --yes --quiet
|
|||
###
|
||||
# Finalisation
|
||||
###
|
||||
e "Apt proxy wieder entfernen..."
|
||||
rm /etc/apt/apt.conf.d/01aptproxy
|
||||
|
||||
e "Initiales Setup beendet."
|
||||
oem-config-prepare
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue