From 629023f38ee3159758c0d87a79942c9707b39e58 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Sat, 2 Dec 2023 13:39:08 +0100 Subject: [PATCH] Dostosowanie pliku version/template.sh do nowego trybu --- versions/template.sh | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/versions/template.sh b/versions/template.sh index 75d6ae9..461d829 100644 --- a/versions/template.sh +++ b/versions/template.sh @@ -9,13 +9,8 @@ function install_packages() { apt install $@ -y; } -function set_notifier_packages() { - cp -vv ~/immudex-testing/files/Notifier\ -\ packages.desktop /home/xf0r3m/.config/autostart; - chown xf0r3m:xf0r3m /home/xf0r3m/.config/autostart/Notifier\ -\ packages.desktop; -} - function set_xfce4_notes_autostart() { - cp -vv ~/immudex-testing/files/autostart-x4notes.desktop /home/xf0r3m/.config/autostart; + cp -vv ~/immudex/files/autostart-x4notes.desktop /home/xf0r3m/.config/autostart; chown xf0r3m:xf0r3m /home/xf0r3m/.config/autostart/autostart-x4notes.desktop; } @@ -55,8 +50,3 @@ function set_default_wallpaper() { ln -s /usr/share/images/desktop-base/$1 /usr/share/images/desktop-base/default; } -function set_mime() { - cp -vv ~/immudex-testing/files/mimeinfo.cache /usr/share/applications; -} - -export VERSION=$(echo $0 | cut -d "." -f 1); -- 2.39.5