summarylogtreecommitdiffstats
path: root/netctltray.install
diff options
context:
space:
mode:
authorMart Lubbers2015-06-13 09:11:57 +0200
committerMart Lubbers2015-06-13 09:11:57 +0200
commitd42667495207cbceb262c3578f6aa3f0d76e93b0 (patch)
treea4946672fc573073d90f432d241d0b621a18a59d /netctltray.install
downloadaur-d42667495207cbceb262c3578f6aa3f0d76e93b0.tar.gz
Initial import
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"
+}