summarylogtreecommitdiffstats
path: root/turboprint.install
diff options
context:
space:
mode:
authorChris Severance2018-02-05 21:47:11 -0500
committerChris Severance2018-02-05 21:47:11 -0500
commitec7fd0d9f56123ab04e9c9860c7bd3771b20d9e9 (patch)
tree1ea39b87871142c24b56666fad4eb24615abd851 /turboprint.install
parent46f91fcab959de8d38bb219bf3839a00bb21069f (diff)
downloadaur-ec7fd0d9f56123ab04e9c9860c7bd3771b20d9e9.tar.gz
Update to 2.44
Diffstat (limited to 'turboprint.install')
-rw-r--r--turboprint.install10
1 files changed, 1 insertions, 9 deletions
diff --git a/turboprint.install b/turboprint.install
index 954abd49da4a..6de92fd19f20 100644
--- a/turboprint.install
+++ b/turboprint.install
@@ -6,8 +6,6 @@ post_upgrade() {
# arg 1: the new package version
post_install() {
- if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q; fi
- if [ -x /usr/bin/kbuildsycoca4 ]; then /usr/bin/kbuildsycoca4 &>/dev/null; fi
echo "TurboPrint 30 day trial version has been installed."
echo
echo "If you have a TurboPrint key for the full version, you may install it as root:"
@@ -25,13 +23,7 @@ post_install() {
echo "3. Log out and log back in"
echo
echo "For additional information, see the TurboPrint documentation located at"
- echo "/usr/share/turboprint/doc."
-}
-
-# arg 1: the old package version
-post_remove() {
- if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q; fi
- if [ -x /usr/bin/kbuildsycoca4 ]; then /usr/bin/kbuildsycoca4 &>/dev/null; fi
+ echo "/usr/share/turboprint/doc"
}
# vim:set ts=2 sw=2 et: