diff options
Diffstat (limited to 'community/texmaker/texmaker.install')
-rw-r--r-- | community/texmaker/texmaker.install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/community/texmaker/texmaker.install b/community/texmaker/texmaker.install new file mode 100644 index 000000000..9591f6c5d --- /dev/null +++ b/community/texmaker/texmaker.install @@ -0,0 +1,7 @@ +post_install() { + update-desktop-database -q +} + +post_remove() { + update-desktop-database -q +} |