summarylogtreecommitdiffstats
path: root/root.install
diff options
context:
space:
mode:
Diffstat (limited to 'root.install')
-rw-r--r--root.install29
1 files changed, 7 insertions, 22 deletions
diff --git a/root.install b/root.install
index afabb7aea55d..4724af5cf1c4 100644
--- a/root.install
+++ b/root.install
@@ -1,25 +1,10 @@
-post_install() {
- update-desktop-database >/dev/null
-
- update-mime-database /usr/share/mime >/dev/null
-
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_remove() {
- # leave for pre 5.30.03-3
- if [[ $(vercmp $1 5.30.03-3) == -1 ]]; then
- cat etc/ld.so.conf | grep -v '/usr/lib/root' >/tmp/.pacroot
- mv /tmp/.pacroot etc/ld.so.conf
- chmod 644 etc/ld.so.conf
- sbin/ldconfig -r .
- fi
+post_install () {
+ echo "Optional packages/features will only be activated"
+ echo "if the optional dependencies are installed before"
+ echo "the package compilation has started. Please reco-"
+ echo "mpile as needed."
}
-post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+post_upgrade () {
+ post_install
}