summaryrefslogtreecommitdiff
path: root/android/sdremote/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'android/sdremote/Makefile')
-rw-r--r--android/sdremote/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/sdremote/Makefile b/android/sdremote/Makefile
index 3972a065e38b..9d9712ad6a72 100644
--- a/android/sdremote/Makefile
+++ b/android/sdremote/Makefile
@@ -54,5 +54,7 @@ translations.done: $(foreach lang,$(call android_get_langlist),$(call android_ge
translations.clean:
rm -rf $(foreach lang,$(call android_get_langlist),$(call android_get_podir,$(lang)))
+ rm -rf $(foreach lang,$(call android_get_langlist),translations-$(lang).db)
+ rm translations.done
# vim: set noet sw=4 ts=4: