From 59e6d2d3bbf77b297de1a849d9ea8d780b468b50 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Fri, 19 Apr 2024 02:47:27 +0530 Subject: [PATCH] =?UTF-8?q?=E2=8F=B3=20@eshanized=20updated=20the=20reposi?= =?UTF-8?q?tory!!!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usr/share/blackbox/blackbox.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/usr/share/blackbox/blackbox.py b/usr/share/blackbox/blackbox.py index d4b2abb..04d8840 100644 --- a/usr/share/blackbox/blackbox.py +++ b/usr/share/blackbox/blackbox.py @@ -773,7 +773,7 @@ class Main(Gtk.Window): if ( "# This file was auto-generated by the ArchLinux Tweak Tool on" in lines[0] - or "# This file was auto-generated by Sofirem on" + or "# This file was auto-generated by BlackBox on" in lines[0] ): fn.logger.info("Package list file is valid") @@ -1202,12 +1202,12 @@ class Main(Gtk.Window): def signal_handler(sig, frame): - fn.logger.info("Sofirem is closing.") - if os.path.exists("/tmp/sofirem.lock"): - os.unlink("/tmp/sofirem.lock") + fn.logger.info("BlackBox is closing.") + if os.path.exists("/tmp/blackbox.lock"): + os.unlink("/tmp/blackbox.lock") - if os.path.exists("/tmp/sofirem.pid"): - os.unlink("/tmp/sofirem.pid") + if os.path.exists("/tmp/blackbox.pid"): + os.unlink("/tmp/blackbox.pid") Gtk.main_quit(0)