summarylogtreecommitdiffstats
path: root/tsclient2.install
diff options
context:
space:
mode:
Diffstat (limited to 'tsclient2.install')
-rw-r--r--tsclient2.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/tsclient2.install b/tsclient2.install
new file mode 100644
index 000000000000..73cd895ebb59
--- /dev/null
+++ b/tsclient2.install
@@ -0,0 +1,10 @@
+post_install() {
+ gtk-update-icon-cache -f /usr/share/icons/hicolor
+ update-desktop-database -q
+}
+post_remove() {
+ post_install
+}
+post_upgrade() {
+ post_install
+}