diff options
-rw-r--r-- | svr.install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/svr.install b/svr.install new file mode 100644 index 000000000000..0d53f0e440a4 --- /dev/null +++ b/svr.install @@ -0,0 +1,7 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install $1 +} |