summaryrefslogtreecommitdiff
path: root/extra/mousepad/mousepad.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-01 00:07:09 -0800
committerroot <root@rshg054.dnsready.net>2013-01-01 00:07:09 -0800
commit26ac5932cb02318206fa6a528ed4bd82ad6af87c (patch)
tree311be9a081945c5faf92c1fb97b84a0190bdefff /extra/mousepad/mousepad.install
parentf503701b04bfc3fbec13acce2abfa9e8df56d2c0 (diff)
Tue Jan 1 00:07:09 PST 2013
Diffstat (limited to 'extra/mousepad/mousepad.install')
-rw-r--r--extra/mousepad/mousepad.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/mousepad/mousepad.install b/extra/mousepad/mousepad.install
new file mode 100644
index 000000000..3421ca591
--- /dev/null
+++ b/extra/mousepad/mousepad.install
@@ -0,0 +1,13 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et: