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