summarylogtreecommitdiffstats
path: root/plasma-addons-customdesktopmenu-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'plasma-addons-customdesktopmenu-git.install')
-rw-r--r--plasma-addons-customdesktopmenu-git.install31
1 files changed, 0 insertions, 31 deletions
diff --git a/plasma-addons-customdesktopmenu-git.install b/plasma-addons-customdesktopmenu-git.install
deleted file mode 100644
index fdddffd9b607..000000000000
--- a/plasma-addons-customdesktopmenu-git.install
+++ /dev/null
@@ -1,31 +0,0 @@
-## 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
-}