summarylogtreecommitdiffstats
path: root/geany-snippets.install
diff options
context:
space:
mode:
Diffstat (limited to 'geany-snippets.install')
-rw-r--r--geany-snippets.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/geany-snippets.install b/geany-snippets.install
new file mode 100644
index 000000000000..c47e4a4cef20
--- /dev/null
+++ b/geany-snippets.install
@@ -0,0 +1,8 @@
+post_install() {
+ echo "Snippets installed on /usr/share/geany/snippets.conf.new"
+ echo "To use, rename snippets.conf.new to snippets.conf"
+}
+
+post_upgrade() {
+ post_install
+}