From 16841d4b721765ccf04f7c74f278db56bdba57cf Mon Sep 17 00:00:00 2001 From: Olivier Bourdon Date: Sat, 23 Apr 2016 17:24:10 +0200 Subject: [PATCH] Fix plugin removal error Closes-Bug: #1572533 Related-Bug: #1574478 Change-Id: I1a6d91241c02a81d8d73274bf7a4bbde8001611c --- uninstall.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 uninstall.sh diff --git a/uninstall.sh b/uninstall.sh new file mode 100755 index 0000000..c3c3f3f --- /dev/null +++ b/uninstall.sh @@ -0,0 +1,2 @@ +#!/bin/bash +exit 0 \ No newline at end of file