From 6637b2cffcd87c4d55bce4a200f487e24869f0d7 Mon Sep 17 00:00:00 2001 From: Olivier Bourdon Date: Sat, 23 Apr 2016 17:28:27 +0200 Subject: [PATCH] Fix plugin removal error Related-Bug: #1574478 Change-Id: I1b6a7fe27059dc4066b2310da3d88a5ff80033c7 (cherry picked from commit 9930b98c9fc419ac1c9003534e7d003f4f985816) --- 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 000000000..c3c3f3f53 --- /dev/null +++ b/uninstall.sh @@ -0,0 +1,2 @@ +#!/bin/bash +exit 0 \ No newline at end of file