From 74166af94d5414e3e6e25e284250fa683f534041 Mon Sep 17 00:00:00 2001 From: Philipp Schmitt Date: Thu, 19 Feb 2015 11:49:02 +0100 Subject: [PATCH] Remove trailing whitespace --- wallabag.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallabag.install b/wallabag.install index d4f03d1..19ed1f5 100644 --- a/wallabag.install +++ b/wallabag.install @@ -21,6 +21,6 @@ post_upgrade() { echo 'After each upgrade you have to manually: - Remove the installation folder (/usr/share/webapps/wallabag/install) - Empty the cache folder (/usr/share/webapps/wallabag/cache) - + $ sudo -u http rm -rf /usr/share/webapps/wallabag/{install,cache/*}' }