summarylogtreecommitdiffstats
path: root/schemaspy.install
diff options
context:
space:
mode:
Diffstat (limited to 'schemaspy.install')
-rw-r--r--schemaspy.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/schemaspy.install b/schemaspy.install
new file mode 100644
index 000000000000..1f1acc3d55ab
--- /dev/null
+++ b/schemaspy.install
@@ -0,0 +1,9 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+# vim:set ts=2 sw=2 et: