summarylogtreecommitdiffstats
path: root/sailautossh.install
diff options
context:
space:
mode:
Diffstat (limited to 'sailautossh.install')
-rw-r--r--sailautossh.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/sailautossh.install b/sailautossh.install
new file mode 100644
index 000000000000..be2dfcf1b9c3
--- /dev/null
+++ b/sailautossh.install
@@ -0,0 +1,14 @@
+post_install() {
+ update-desktop-database -q
+ xdg-icon-resource forceupdate --theme hicolor
+}
+
+post_upgrade() {
+ post_install "$1"
+}
+
+post_remove() {
+ update-desktop-database -q
+ xdg-icon-resource forceupdate --theme hicolor
+}
+