summarylogtreecommitdiffstats
path: root/climate.install
diff options
context:
space:
mode:
authorIan Ker-Seymer2016-11-29 13:19:11 -0500
committerIan Ker-Seymer2016-11-29 13:19:11 -0500
commite80c2d2d50421be7bd59d1f555591007e621ab93 (patch)
tree64ce6367338d4b9439cc480a2248507e209ed63f /climate.install
downloadaur-e80c2d2d50421be7bd59d1f555591007e621ab93.tar.gz
Init commit
Diffstat (limited to 'climate.install')
-rw-r--r--climate.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/climate.install b/climate.install
new file mode 100644
index 000000000000..41983d360137
--- /dev/null
+++ b/climate.install
@@ -0,0 +1,11 @@
+## arg 1: the new package version
+post_install() {
+ true;
+}
+
+## arg 1: the old package version
+post_remove() {
+ true;
+}
+
+# vim:set ts=2 sw=2 et: