atualizar os scripts de hook
This commit is contained in:
parent
ae1b02e58f
commit
4a34831d17
|
@ -1,5 +1,13 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
################################################################################
|
||||||
|
# Title: 0600-snap-show-menu-fix.hook.chroot
|
||||||
|
# Description: Workaround for using snapd on debian. Thank You - @stevesveryown and peppermint team..
|
||||||
|
# Author: manuel rosa <manuelsilvarosa@gmail.com>
|
||||||
|
# Date: Outubro 29, 2023
|
||||||
|
# License: GPL-3.0-or-later
|
||||||
|
################################################################################
|
||||||
|
|
||||||
# Workaround for using snapd on debian. Thank You - @stevesveryown and peppermint team..
|
# Workaround for using snapd on debian. Thank You - @stevesveryown and peppermint team..
|
||||||
[ ! -e /etc/skel/.local/share ] && mkdir -p /etc/skel/.local/share
|
[ ! -e /etc/skel/.local/share ] && mkdir -p /etc/skel/.local/share
|
||||||
[ ! -e /var/lib/snapd/desktop/applications ] &&
|
[ ! -e /var/lib/snapd/desktop/applications ] &&
|
||||||
|
|
Loading…
Reference in New Issue