summarylogtreecommitdiffstats
path: root/kweb.install
diff options
context:
space:
mode:
Diffstat (limited to 'kweb.install')
-rw-r--r--kweb.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/kweb.install b/kweb.install
new file mode 100644
index 000000000000..f878c54d3d38
--- /dev/null
+++ b/kweb.install
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate
+
+ echo '----------------------------------------------------------------'
+ echo 'Execute the following command to generate a kweb configuration:'
+ echo ' python2 /usr/local/bin/kwebhelper.py cmd "#formdataintern&proc=update"'
+ echo '----------------------------------------------------------------'
+}
+
+post_remove() {
+ xdg-icon-resource forceupdate
+}