mirror of
https://github.com/byReqz/blackmate.git
synced 2024-11-23 19:54:55 +00:00
Minor fix + add text about the support of mate wm
This commit is contained in:
parent
7885f590b5
commit
9551a8b660
@ -3,8 +3,9 @@
|
|||||||
# Blackmate v0.4
|
# Blackmate v0.4
|
||||||
#
|
#
|
||||||
# Description : BlackMate is a menu generator for the BlackArch Linux os tools, made for the wm xfce4.
|
# Description : BlackMate is a menu generator for the BlackArch Linux os tools, made for the wm xfce4.
|
||||||
# It will fetch the latest database of BlackArch and create an entry for each of them in the menu
|
# It will fetch the latest database of BlackArch and create an entry for each of them in the menu.
|
||||||
# You may run the script as often a new added tools is available
|
# Start from the version 0.4, the support for mate desktop is removed.
|
||||||
|
# You may run the script as often a new added tools is available.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Author : Dimitri Mader -> dimitri@linux.com
|
# Author : Dimitri Mader -> dimitri@linux.com
|
||||||
@ -50,7 +51,7 @@ fi
|
|||||||
|
|
||||||
#Set the proper chown and chmod
|
#Set the proper chown and chmod
|
||||||
chown $SUDO_USER:$SUDO_USER /usr/share/icons/$thic/32x32/apps/ -R 2> /dev/null || true
|
chown $SUDO_USER:$SUDO_USER /usr/share/icons/$thic/32x32/apps/ -R 2> /dev/null || true
|
||||||
chmod 755 /usr/share/icons/$thic/32x32/apps/ -R /dev/null || true
|
chmod 755 /usr/share/icons/$thic/32x32/apps/ -R 2> /dev/null || true
|
||||||
|
|
||||||
printf "[*] Download the tools list\n";
|
printf "[*] Download the tools list\n";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user