From 06342c831078192eeda46de5029c64ef764cd6e0 Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Wed, 15 Apr 2020 00:12:03 +0200 Subject: [PATCH] Joy Dash... --- dist/deb/debian.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/deb/debian.postinst b/dist/deb/debian.postinst index 08cc5f0..9e67fac 100644 --- a/dist/deb/debian.postinst +++ b/dist/deb/debian.postinst @@ -9,7 +9,7 @@ DEB_VENDOR=$(cat /etc/dpkg/origins/default | grep Vendor: | sed -e "s/Vendor: //") -if [ "$DEB_VENDOR" == "Debian" ] ; then +if [ "$DEB_VENDOR" = "Debian" ] ; then gnome-shell-extension-tool -e ubuntu-appindicator@ubuntu.com touch /maxime-was-here fi