summarylogtreecommitdiffstats
path: root/hooks.install
diff options
context:
space:
mode:
Diffstat (limited to 'hooks.install')
-rw-r--r--hooks.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/hooks.install b/hooks.install
new file mode 100644
index 000000000000..9e37d48d0a9e
--- /dev/null
+++ b/hooks.install
@@ -0,0 +1,8 @@
+pre_remove() {
+/usr/bin/ctpkg ctpm p sys ctpkg
+}
+
+op=$1
+shift
+
+$op "$@"