summarylogtreecommitdiffstats
path: root/pastebinit.install
diff options
context:
space:
mode:
Diffstat (limited to 'pastebinit.install')
-rw-r--r--pastebinit.install7
1 files changed, 4 insertions, 3 deletions
diff --git a/pastebinit.install b/pastebinit.install
index 5c36f07c0fe6..dd33c9b11cf9 100644
--- a/pastebinit.install
+++ b/pastebinit.install
@@ -1,15 +1,16 @@
post_install() {
echo
echo " In default this service will be sent text to paste2.org"
- echo " If You want change it edit a file"
+ echo " If You want change it edit a files"
echo " /usr/share/kde4/services/ServiceMenus/pastebinit.desktop"
+ echo " /usr/share/kservices5/ServiceMenus/pastebinit.desktop"
echo
}
post_upgrade() {
- post_install $1
+ post_install $1
}
post_remove() {
- post_install $1
+ return 0
}