mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
[mod] you don't need to remove the actionmap by yourself anymore
This commit is contained in:
parent
25bbcd11d4
commit
7dbf611bc3
1 changed files with 0 additions and 3 deletions
3
ynh-dev
3
ynh-dev
|
@ -264,9 +264,6 @@ elif [ "$1" = "use-git" ]; then
|
|||
if [ ! -L '/usr/lib/moulinette/yunohost/locales' ]; then sudo rm -rf /usr/lib/moulinette/yunohost/locales; fi
|
||||
sudo ln -sfn /vagrant/yunohost/locales /usr/lib/moulinette/yunohost/locales
|
||||
|
||||
# Remove actionsmap cache
|
||||
[ -e '/var/cache/moulinette/actionsmap/yunohost.pkl' ] && sudo rm /var/cache/moulinette/actionsmap/yunohost.pkl
|
||||
echo "↳ Don't forget to remove '/var/cache/moulinette/actionsmap/yunohost.pkl' cache when hacking yunohost"
|
||||
echo ""
|
||||
;;
|
||||
yunohost-admin)
|
||||
|
|
Loading…
Add table
Reference in a new issue