diff --git l10n_client.install l10n_client.install
new file mode 100644
index 0000000..28056b8
--- /dev/null
+++ l10n_client.install
@@ -0,0 +1,16 @@
+<?php
+// $Id: $
+
+/**
+ * @file
+ * Install, update and uninstall functions for the l10n_client module.
+ */
+
+/**
+ * Implements hook_uninstall().
+ */
+function l10n_client_uninstall() {
+  // Remove variables.
+  db_query("DELETE FROM {variable} WHERE name LIKE 'l10n_client_%%'");
+}
+
