From 7dbf611bc3dce57aa0158d2c8d19634ba2c67f70 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sun, 12 Feb 2017 03:06:14 +0100 Subject: [PATCH] [mod] you don't need to remove the actionmap by yourself anymore --- ynh-dev | 3 --- 1 file changed, 3 deletions(-) diff --git a/ynh-dev b/ynh-dev index 913a53f..a88a504 100755 --- a/ynh-dev +++ b/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)