summarylogtreecommitdiffstats
path: root/plasma-addons-customdesktopmenu-git.install
diff options
context:
space:
mode:
authorMatMoul2017-02-05 02:07:40 +0100
committerMatMoul2017-02-05 02:07:40 +0100
commitd5af9d91bcd857db78ff5dec419023e72c6f1ade (patch)
treeb1184d2f752a89ee1e2877f0c6461fc7fb3e8d65 /plasma-addons-customdesktopmenu-git.install
downloadaur-d5af9d91bcd857db78ff5dec419023e72c6f1ade.tar.gz
New version
Diffstat (limited to 'plasma-addons-customdesktopmenu-git.install')
-rw-r--r--plasma-addons-customdesktopmenu-git.install31
1 files changed, 31 insertions, 0 deletions
diff --git a/plasma-addons-customdesktopmenu-git.install b/plasma-addons-customdesktopmenu-git.install
new file mode 100644
index 000000000000..fdddffd9b607
--- /dev/null
+++ b/plasma-addons-customdesktopmenu-git.install
@@ -0,0 +1,31 @@
+## arg 1: the new package version
+pre_install() {
+ echo ""
+}
+
+## arg 1: the new package version
+post_install() {
+ kbuildsycoca5
+}
+
+## arg 1: the new package version
+## arg 2: the old package version
+pre_upgrade() {
+ echo ""
+}
+
+## arg 1: the new package version
+## arg 2: the old package version
+post_upgrade() {
+ kbuildsycoca5
+}
+
+## arg 1: the old package version
+pre_remove() {
+ echo ""
+}
+
+## arg 1: the old package version
+post_remove() {
+ kbuildsycoca5
+}