[mod] you don't need to remove the actionmap by yourself anymore

This commit is contained in:
Laurent Peuch 2017-02-12 03:06:14 +01:00 committed by GitHub
parent 25bbcd11d4
commit 7dbf611bc3

View file

@ -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)