summarylogtreecommitdiffstats
path: root/kdeplasma-wallpapers-dayandnight.install
diff options
context:
space:
mode:
Diffstat (limited to 'kdeplasma-wallpapers-dayandnight.install')
-rw-r--r--kdeplasma-wallpapers-dayandnight.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/kdeplasma-wallpapers-dayandnight.install b/kdeplasma-wallpapers-dayandnight.install
new file mode 100644
index 000000000000..1280b6d54a1f
--- /dev/null
+++ b/kdeplasma-wallpapers-dayandnight.install
@@ -0,0 +1,17 @@
+post_install()
+{
+ cat << EOF
+Update plasmoids...
+EOF
+ kbuildsycoca4 > /dev/null 2>&1
+}
+
+post_upgrade()
+{
+ post_install
+}
+
+post_remove()
+{
+ post_install
+}