summarylogtreecommitdiffstats
path: root/netctltray.install
diff options
context:
space:
mode:
Diffstat (limited to 'netctltray.install')
-rw-r--r--netctltray.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/netctltray.install b/netctltray.install
new file mode 100644
index 000000000000..760e7ae72d82
--- /dev/null
+++ b/netctltray.install
@@ -0,0 +1,7 @@
+post_install() {
+ echo "Post install"
+}
+
+post_remove() {
+ echo "Remove"
+}