From 0aaa5761ce199afc82682ab9d8176b6434bdaaa8 Mon Sep 17 00:00:00 2001 From: Eshan Roy Date: Thu, 28 Nov 2024 09:07:50 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(=5Fdir):=20prepare=20&=20ext?= =?UTF-8?q?end=20for=20PKGBUILD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {libs => usr/share/snigdhaos-kernel-switcher/libs}/Kernel.py | 0 {libs => usr/share/snigdhaos-kernel-switcher/libs}/functions.py | 0 {ui => usr/share/snigdhaos-kernel-switcher/ui}/AboutDialog.py | 0 {ui => usr/share/snigdhaos-kernel-switcher/ui}/FlowBox.py | 0 {ui => usr/share/snigdhaos-kernel-switcher/ui}/KernelStack.py | 0 {ui => usr/share/snigdhaos-kernel-switcher/ui}/ManagerGUI.py | 0 {ui => usr/share/snigdhaos-kernel-switcher/ui}/MenuButton.py | 0 {ui => usr/share/snigdhaos-kernel-switcher/ui}/MessageWindow.py | 0 {ui => usr/share/snigdhaos-kernel-switcher/ui}/ProgressWindow.py | 0 {ui => usr/share/snigdhaos-kernel-switcher/ui}/SettingsWindow.py | 0 {ui => usr/share/snigdhaos-kernel-switcher/ui}/SplashScreen.py | 0 {ui => usr/share/snigdhaos-kernel-switcher/ui}/Stack.py | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename {libs => usr/share/snigdhaos-kernel-switcher/libs}/Kernel.py (100%) rename {libs => usr/share/snigdhaos-kernel-switcher/libs}/functions.py (100%) rename {ui => usr/share/snigdhaos-kernel-switcher/ui}/AboutDialog.py (100%) rename {ui => usr/share/snigdhaos-kernel-switcher/ui}/FlowBox.py (100%) rename {ui => usr/share/snigdhaos-kernel-switcher/ui}/KernelStack.py (100%) rename {ui => usr/share/snigdhaos-kernel-switcher/ui}/ManagerGUI.py (100%) rename {ui => usr/share/snigdhaos-kernel-switcher/ui}/MenuButton.py (100%) rename {ui => usr/share/snigdhaos-kernel-switcher/ui}/MessageWindow.py (100%) rename {ui => usr/share/snigdhaos-kernel-switcher/ui}/ProgressWindow.py (100%) rename {ui => usr/share/snigdhaos-kernel-switcher/ui}/SettingsWindow.py (100%) rename {ui => usr/share/snigdhaos-kernel-switcher/ui}/SplashScreen.py (100%) rename {ui => usr/share/snigdhaos-kernel-switcher/ui}/Stack.py (100%) diff --git a/libs/Kernel.py b/usr/share/snigdhaos-kernel-switcher/libs/Kernel.py similarity index 100% rename from libs/Kernel.py rename to usr/share/snigdhaos-kernel-switcher/libs/Kernel.py diff --git a/libs/functions.py b/usr/share/snigdhaos-kernel-switcher/libs/functions.py similarity index 100% rename from libs/functions.py rename to usr/share/snigdhaos-kernel-switcher/libs/functions.py diff --git a/ui/AboutDialog.py b/usr/share/snigdhaos-kernel-switcher/ui/AboutDialog.py similarity index 100% rename from ui/AboutDialog.py rename to usr/share/snigdhaos-kernel-switcher/ui/AboutDialog.py diff --git a/ui/FlowBox.py b/usr/share/snigdhaos-kernel-switcher/ui/FlowBox.py similarity index 100% rename from ui/FlowBox.py rename to usr/share/snigdhaos-kernel-switcher/ui/FlowBox.py diff --git a/ui/KernelStack.py b/usr/share/snigdhaos-kernel-switcher/ui/KernelStack.py similarity index 100% rename from ui/KernelStack.py rename to usr/share/snigdhaos-kernel-switcher/ui/KernelStack.py diff --git a/ui/ManagerGUI.py b/usr/share/snigdhaos-kernel-switcher/ui/ManagerGUI.py similarity index 100% rename from ui/ManagerGUI.py rename to usr/share/snigdhaos-kernel-switcher/ui/ManagerGUI.py diff --git a/ui/MenuButton.py b/usr/share/snigdhaos-kernel-switcher/ui/MenuButton.py similarity index 100% rename from ui/MenuButton.py rename to usr/share/snigdhaos-kernel-switcher/ui/MenuButton.py diff --git a/ui/MessageWindow.py b/usr/share/snigdhaos-kernel-switcher/ui/MessageWindow.py similarity index 100% rename from ui/MessageWindow.py rename to usr/share/snigdhaos-kernel-switcher/ui/MessageWindow.py diff --git a/ui/ProgressWindow.py b/usr/share/snigdhaos-kernel-switcher/ui/ProgressWindow.py similarity index 100% rename from ui/ProgressWindow.py rename to usr/share/snigdhaos-kernel-switcher/ui/ProgressWindow.py diff --git a/ui/SettingsWindow.py b/usr/share/snigdhaos-kernel-switcher/ui/SettingsWindow.py similarity index 100% rename from ui/SettingsWindow.py rename to usr/share/snigdhaos-kernel-switcher/ui/SettingsWindow.py diff --git a/ui/SplashScreen.py b/usr/share/snigdhaos-kernel-switcher/ui/SplashScreen.py similarity index 100% rename from ui/SplashScreen.py rename to usr/share/snigdhaos-kernel-switcher/ui/SplashScreen.py diff --git a/ui/Stack.py b/usr/share/snigdhaos-kernel-switcher/ui/Stack.py similarity index 100% rename from ui/Stack.py rename to usr/share/snigdhaos-kernel-switcher/ui/Stack.py