@eshanized updated the repository!!!

This commit is contained in:
Eshan Roy (Eshanized)
2024-04-19 02:47:27 +05:30
parent 70c9e06129
commit 59e6d2d3bb

View File

@@ -773,7 +773,7 @@ class Main(Gtk.Window):
if ( if (
"# This file was auto-generated by the ArchLinux Tweak Tool on" "# This file was auto-generated by the ArchLinux Tweak Tool on"
in lines[0] in lines[0]
or "# This file was auto-generated by Sofirem on" or "# This file was auto-generated by BlackBox on"
in lines[0] in lines[0]
): ):
fn.logger.info("Package list file is valid") fn.logger.info("Package list file is valid")
@@ -1202,12 +1202,12 @@ class Main(Gtk.Window):
def signal_handler(sig, frame): def signal_handler(sig, frame):
fn.logger.info("Sofirem is closing.") fn.logger.info("BlackBox is closing.")
if os.path.exists("/tmp/sofirem.lock"): if os.path.exists("/tmp/blackbox.lock"):
os.unlink("/tmp/sofirem.lock") os.unlink("/tmp/blackbox.lock")
if os.path.exists("/tmp/sofirem.pid"): if os.path.exists("/tmp/blackbox.pid"):
os.unlink("/tmp/sofirem.pid") os.unlink("/tmp/blackbox.pid")
Gtk.main_quit(0) Gtk.main_quit(0)