summarylogtreecommitdiffstats
path: root/pgmodeler-git.install
diff options
context:
space:
mode:
authorMhd Sulhan2015-06-19 05:08:34 +0700
committerMhd Sulhan2015-06-19 05:08:34 +0700
commit5fd9173bdcfceeea0724d9d656874438d1242558 (patch)
treee96fadeaf878910f4a4725a382befa1958960832 /pgmodeler-git.install
downloadaur-5fd9173bdcfceeea0724d9d656874438d1242558.tar.gz
Postgresql database modeler.
Diffstat (limited to 'pgmodeler-git.install')
-rw-r--r--pgmodeler-git.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/pgmodeler-git.install b/pgmodeler-git.install
new file mode 100644
index 000000000000..a972e2e444d4
--- /dev/null
+++ b/pgmodeler-git.install
@@ -0,0 +1,17 @@
+## arg 1: the new package version
+post_install() {
+ update-desktop-database -q
+}
+
+## arg 1: the new package version
+## arg 2: the old package version
+post_upgrade() {
+ post_install
+}
+
+## arg 1: the old package version
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et: