summaryrefslogtreecommitdiff
path: root/sites/all/modules/views_bulk_operations/views_bulk_operations.install
diff options
context:
space:
mode:
Diffstat (limited to 'sites/all/modules/views_bulk_operations/views_bulk_operations.install')
-rw-r--r--sites/all/modules/views_bulk_operations/views_bulk_operations.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/sites/all/modules/views_bulk_operations/views_bulk_operations.install b/sites/all/modules/views_bulk_operations/views_bulk_operations.install
new file mode 100644
index 000000000..0ef321d2d
--- /dev/null
+++ b/sites/all/modules/views_bulk_operations/views_bulk_operations.install
@@ -0,0 +1,14 @@
+<?php
+
+/**
+ * @file
+ * Installation and update functions.
+ */
+
+/**
+ * Implements hook_uninstall().
+ */
+function views_bulk_operations_uninstall() {
+ // Remove VBO actions that are now orphaned.
+ actions_synchronize(TRUE);
+}