From 7284c5b41a4527bdf120fa5f6ac21e527a0fad64 Mon Sep 17 00:00:00 2001
From: Vitaly Lipatov <lav@altlinux.ru>
Date: Thu, 28 Oct 2021 02:57:51 +0300
Subject: [PATCH] sputnik-browser.sh: fix removing (ALT bug 41226)

---
 prescription.d/sputnik-browser.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/prescription.d/sputnik-browser.sh b/prescription.d/sputnik-browser.sh
index 7334630..3a7d73f 100755
--- a/prescription.d/sputnik-browser.sh
+++ b/prescription.d/sputnik-browser.sh
@@ -7,7 +7,7 @@ fatal()
     exit 1
 }
 
-PKGNAME=sputnik-browser
+PKGNAME=sputnik-browser-stable
 
 if [ "$1" = "--remove" ] ; then
     epm remove $PKGNAME
-- 
2.24.1