Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- #(c) Copyright Barry Kauler 2009, puppylinux.com
- #2009 Lesser GPL licence v2 (http://www.fsf.org/licensing/licenses/lgpl.html).
- #called from pkg_chooser.sh
- #package to be previewed prior to installation is TREE1 -- inherited from parent.
- #/tmp/petget_proc/petget/current-repo-triad has the repository that installing from.
- #101221 yaf-splash fix.
- #120101 01micko: jwm >=547 has -reload, no screen flicker.
- #120116 rev. 514 introduced icon rendering method which broke -reload at 547. fixed at rev. 574.
- #120203 BK: internationalized.
- #120504 if no pkgs in category, then when click in window in main dlg, comes here with TREE1="".
- #120504 select correct repo when have chosen a pkg from multiple-repo list.
- #120604 fix for prepended icons field.
- #120811 category field now supports sub-category |category;subcategory|, use as icon in ppm main window.
- #120827 if pkg already installed, do not examine dependencies (doesn't work).
- #120903 ubuntu, have lots pkgs installed, check_deps.sh takes ages, remove for now, need to rewrite in C.
- #120904 "examine dependencies" button did not create any /tmp/petget_proc/petget_missing_dbentries-*, workaround.
- #120905 better advice if too many deps. 120907 revert.
- #120907 max frames increase 5 to 10. Note, precise puppy gave 72 deps for vlc, which would require 10 frames.
- #130511 popup warning if a dep in devx but devx not loaded.
- . /etc/rc.d/functions_x
- [ "$(cat /var/local/petget/nt_category 2>/dev/null)" != "true" ] && \
- [ -f /tmp/petget_proc/install_quietly ] && set -x
- #; mkdir -p /tmp/petget_proc/PPM_LOGs ; NAME=$(basename "$0"); exec 1>> /tmp/petget_proc/PPM_LOGs/"$NAME".log 2>&1
- export TEXTDOMAIN=petget___installpreview.sh
- export OUTPUT_CHARSET=UTF-8
- [ "$TREE1" = "" ] && exit #120504 nothing to install.
- . /etc/DISTRO_SPECS #has DISTRO_BINARY_COMPAT, DISTRO_COMPAT_VERSION
- . /root/.packages/DISTRO_PKGS_SPECS
- if [ ! -f /tmp/petget_proc/install_quietly ]; then
- . /usr/lib/gtkdialog/box_splash -close never -text "$(gettext 'Please wait, processing package database files...')" &
- X1PID=$!
- fi
- #ex: TREE1=abiword-1.2.4 (first field in database entry).
- DB_FILE=Packages-`cat /tmp/petget_proc/petget/current-repo-triad` #ex: Packages-slackware-12.2-official
- tPATTERN='^'"$TREE1"'|'
- #120827 'examine dependencies' button does not work if pkg already installed...
- EXAMDEPSFLAG='yes'
- ttPTN='^'"$TREE1"'|.*ALREADY INSTALLED'
- if [ "`grep "$ttPTN" /tmp/petget_proc/petget/filterpkgs.results.post`" != "" ];then #created by postfilterpkgs.sh
- EXAMDEPSFLAG='no'
- fi
- #120504 if findnames.sh searched multiple repos, /tmp/petget_proc/petget/current-repo-triad (set in pkg_chooser.sh) might be wrong...
- [ -f /tmp/petget_proc/petget/current-repo-triad.previous ] && rm -f /tmp/petget_proc/petget/current-repo-triad.previous
- if [ -f /tmp/petget_proc/petget/filterpkgs.results.post ];then
- ALTSEARCHREPO="$(grep "$tPATTERN" /tmp/petget_proc/petget/filterpkgs.results.post | grep '|\[' | cut -f 2 -d '[' | cut -f 1 -d ']')"
- [ "$ALTSEARCHREPO" ] && DB_FILE="Packages-${ALTSEARCHREPO}"
- #hmmm, other scripts, ex dependencies.sh, will need to have this correct...
- if [ "$ALTSEARCHREPO" ];then
- mv -f /tmp/petget_proc/petget/current-repo-triad /tmp/petget_proc/petget/current-repo-triad.previous #need to restore old one before exit this script.
- echo -n "$ALTSEARCHREPO" > /tmp/petget_proc/petget/current-repo-triad
- fi
- fi
- rm -f /tmp/petget_proc/petget_missing_dbentries-* 2>/dev/null
- DB_ENTRY="`grep "$tPATTERN" /root/.packages/$DB_FILE | head -n 1`"
- #line format: pkgname|nameonly|version|pkgrelease|category|size|path|fullfilename|dependencies|description|
- #optionally on the end: compileddistro|compiledrelease|repo| (fields 11,12,13)
- IFS="|" read F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12 F13 etc <<< "$DB_ENTRY"
- DB_pkgname="$F1"
- DB_nameonly="$F2"
- DB_version="$F3"
- DB_pkgrelease="$F4"
- DB_category="$F5"
- DB_size="$F6"
- DB_path="$F7"
- DB_fullfilename="$F8"
- DB_dependencies="$F9"
- DB_description="$F10"
- [ "$DB_description" = "" ] && DB_description="$(gettext 'no description available')"
- SIZEFREEM=$(fx_personal_storage_free_mb)
- SIZEFREEK=$(( $SIZEFREEM * 1024))
- if [ $DB_size ];then
- SIZEMK="`echo -n "$DB_size" | rev | cut -c 1`"
- SIZEVAL=${DB_size%[A-Z]} #remove suffix: K M B .. etc
- SIZEINFO="<text><label>$(gettext 'SIZE:') ${SIZEVAL}${SIZEMK}B. $(gettext 'The amount of free space that you have for installation is') ${SIZEFREEM}MB.</label></text>"
- SIZEVALz=$(( $SIZEVAL / 3))
- SIZEVALz=$(( $SIZEVAL + $SIZEVALz ))
- SIZEVALx2=$(( $SIZEVALz + 10000 ))
- if [ $SIZEVALx2 -ge $SIZEFREEK ];then
- MSGWARN1="${SIZEINFO}<text use-markup=\"true\"><label>\"<b>$(gettext "A general rule-of-thumb is that the free space should be at least the original-package-size plus installed-package-size plus 10MB to allow for sufficient working space during and after installation. It does not look to good, so you had better click the 'Cancel' button")</b> -- $(gettext "note, if you are running Puppy in a mode that has a 'pupsave' file, then the Utility menu has an entry 'Resize personal storage file' that should solve the problem.")\"</label></text>"
- else
- MSGWARN1="${SIZEINFO}<text use-markup=\"true\"><label>\"<b>$(gettext "...free space looks ok, so click 'Install' button:")</b>\"</label></text>"
- fi
- else
- MSGWARN1="<text use-markup=\"true\"><label>\"<b>$(gettext 'Unfortunately the provider of the package database has not supplied the size of this package when installed. If you are able to see the size of the compressed package, multiple that by 3 to get the approximate installed size. The free available space, which is') ${SIZEFREEM}MB (${SIZEFREEK}KB), $(gettext 'should be at least 4 times greater.')</b>\"</label></text>"
- fi
- #find missing dependencies...
- if [ "$DB_dependencies" = "" ];then
- DEPINFO="<text><label>$(gettext 'It seems that all dependencies are already installed. Sometimes though, the dependency information in the database is incomplete, however a check for presence of needed shared libraries will be done after installation.')</label></text>"
- else
- #find all missing pkgs...
- /usr/local/petget/findmissingpkgs.sh "$DB_dependencies"
- #...returns /tmp/petget_proc/petget_installed_patterns_all, /tmp/petget_proc/petget_pkg_deps_patterns, /tmp/petget_proc/petget_missingpkgs_patterns
- MISSINGDEPS_PATTERNS="`cat /tmp/petget_proc/petget_missingpkgs_patterns`"
- #/tmp/petget_proc/petget_missingpkgs_patterns has a list of missing dependencies, format ex:
- #|kdebase|
- #|kdelibs|
- #|mesa|
- #|qt|
- DEPBUTTON=""
- ONLYMSG=""
- if [ "$MISSINGDEPS_PATTERNS" = "" ];then
- DEPINFO="<text><label>$(gettext 'It seems that all dependencies are already installed. Sometimes though, the dependency information in the database is incomplete, however a check for presence of needed shared libraries will be done after installation.')</label></text>"
- EXAMDEPSFLAG=no
- else
- EXAMDEPSFLAG=yes
- fi
- fi
- [ ! -f /tmp/petget_proc/install_quietly ] && kill $X1PID || echo
- if [ ! -f /tmp/petget_proc/install_quietly ] ; then
- if [ "$EXAMDEPSFLAG" = "yes" ] ; then
- EXIT=BUTTON_EXAMINE_DEPS
- else
- export PREVIEW_DIALOG='
- <window title="'$(gettext 'Package Manager: preinstall')'" icon-name="gtk-about">
- <vbox space-expand="true" space-fill="true">
- <frame>
- <text space-expand="true" space-fill="true" use-markup="true"><label>"'$(gettext 'PKG to install:')' <b>'${TREE1}'</b>."</label></text>
- <text space-expand="true" space-fill="true" use-markup="true"><label>"'$(gettext 'Description: ')'<b>'${DB_description}'</b>"</label></text>
- '${DEPINFO}'
- '${MSGWARN1}'
- <hbox space-expand="true" space-fill="true">
- <text space-expand="true" space-fill="true"><label>"'$(gettext 'More info.. such as what it is for and the dependencies...')'"</label></text>
- <button>
- '$(/usr/lib/gtkdialog/xml_button-icon internet.svg big)'
- <action>/usr/local/petget/fetchinfo.sh '${TREE1}' & </action>
- </button>
- </hbox>
- </frame>
- <hbox>
- '${DEPBUTTON}'
- <button>
- <input file stock=\"gtk-go-down\"></input>
- <label>'$(gettext 'Install')' PKG '${ONLYMSG}'</label>
- <action>echo "'${TREE1}'" > /tmp/petget_proc/petget_installpreview_pkgname</action>
- <action type="exit">BUTTON_INSTALL</action>
- </button>
- <button>
- <input file stock=\"gtk-go-down\"></input>
- <label>'$(gettext 'Download-only')'</label>
- <action type="exit">BUTTON_PKGS_DOWNLOADONLY</action>
- </button>
- <button cancel></button>
- </hbox>
- </vbox>
- </window>
- '
- RETPARAMS="`gtkdialog --center --program=PREVIEW_DIALOG`"
- fi
- else
- if [ -f /tmp/petget_proc/download_only_pet_quietly ]; then
- RETPARAMS='EXIT="BUTTON_PKGS_DOWNLOADONLY"'
- elif [ "$MISSINGDEPS_PATTERNS" != "" ];then
- RETPARAMS='EXIT="BUTTON_EXAMINE_DEPS"'
- elif [ -f /tmp/petget_proc/download_pets_quietly ]; then
- RETPARAMS='EXIT="BUTTON_PKGS_DOWNLOADONLY"'
- else
- RETPARAMS='EXIT="BUTTON_INSTALL"'
- fi
- fi
- eval "$RETPARAMS"
- case $EXIT in abort|Cancel)
- exit 100 ;;
- esac
- if [ "$EXIT" != "BUTTON_INSTALL" -a "$EXIT" != "BUTTON_EXAMINE_DEPS" -a "$EXIT" != "BUTTON_PKGS_DOWNLOADONLY" ];then
- [ -f /tmp/petget_proc/petget/current-repo-triad.previous ] && mv -f /tmp/petget_proc/petget/current-repo-triad.previous /tmp/petget_proc/petget/current-repo-triad
- exit
- fi
- #DB_ENTRY has the database entry of the main package that we want to install.
- #DB_FILE has the name of the database file that has the main entry, ex: Packages-slackware-12.2-slacky
- if [ "$EXAMDEPSFLAG" = "yes" ] ; then
- /usr/local/petget/dependencies.sh
- [ $? -ne 0 ] && exec /usr/local/petget/installpreview.sh #reenter.
- #returns with /tmp/petget_proc/petget_missing_dbentries-* has the database entries of missing deps.
- #the '*' on the end is the repo-file name, ex: Packages-slackware-12.2-slacky
- #120904
- FNDMISSINGDBENTRYFILE="`ls -1 /tmp/petget_proc/petget_missing_dbentries-* 2>/dev/null`"
- if [ "$FNDMISSINGDBENTRYFILE" = "" -a ! -f /tmp/petget_proc/install_quietly ];then
- . pupdialog --title "$(gettext 'PPM: examine dependencies')" --background LightYellow --msgbox "$(gettext 'There seem to be no missing dependencies.')
- $(gettext 'Note: if the previous window indicated that there are missing dependencies, they were not found. Sometimes, a package database lists a dependency that does not actually exist anymore and is not required.')" 0 0
- exec /usr/local/petget/installpreview.sh #reenter.
- fi
- #130511 popup warning if a dep in devx but devx not loaded...
- if ! which gcc; then
- NEEDGCC="$(cat /tmp/petget_proc/petget_missing_dbentries-* | grep -E '\|gcc\||\|gcc_dev_DEV\|' | cut -f 1 -d '|')"
- if [ "$NEEDGCC" ];then
- rm -f /tmp/petget_proc/petget_installed_patterns_system #see pkg_chooser.sh
- #create a separate process for the popup, with delay...
- DEVXNAME="devx_${DISTRO_FILE_PREFIX}_${DISTRO_VERSION}.sfs"
- echo "#!/bin/sh
- sleep 3
- . pupdialog --background pink --colors --ok-label \"$(gettext 'OK')\" --backtitle \"$(gettext 'WARNING: devx not installed')\" --msgbox \"$(gettext 'Package:') \Zb${TREE1}\ZB
- $(gettext "This package has dependencies that are in the 'devx' SFS file, which is Puppy's C/C++/Vala/Genie/BaCon mega-package, a complete compiling environment.")
- $(gettext 'The devx file is named:') \Zb${DEVXNAME}\ZB
- $(gettext "Please cancel installation, close the Puppy Package Manager, then click the \Zbinstall\ZB icon on the desktop and install the devx SFS file first.")\" 0 0" > /tmp/petget_proc/petget_devx_popup.sh #'geany
- chmod 755 /tmp/petget_proc/petget_devx_popup.sh
- /tmp/petget_proc/petget_devx_popup.sh &
- fi
- fi
- #compose pkgs into checkboxes...
- MAIN_REPO="`echo "$DB_FILE" | cut -f 2-9 -d '-'`"
- MAINPKG_NAME="`echo "$DB_ENTRY" | cut -f 1 -d '|'`"
- MAINPKG_SIZE="`echo "$DB_ENTRY" | cut -f 6 -d '|'`"
- MAINPKG_DESCR="`echo "$DB_ENTRY" | cut -f 10 -d '|'`"
- MAIN_CHK="<checkbox><default>true</default><label>${MAINPKG_NAME} SIZE: ${MAINPKG_SIZE}B [${MAINPKG_DESCR}]</label><variable>CHECK_PKG_${MAIN_REPO}_${MAINPKG_NAME}</variable></checkbox>"
- INSTALLEDSIZEK=0
- [ "$MAINPKG_SIZE" != "" ] && INSTALLEDSIZEK=${INSTALLEDSIZEK%[A-Z]} #remove suffix: K M B .. etc
- echo -n "" > /tmp/petget_proc/petget_moreframes
- DEP_CNT=0
- ONEREPO=""
- for ONEDEPSLIST in `ls -1 /tmp/petget_proc/petget_missing_dbentries-*`
- do
- ONEREPO_PREV="$ONEREPO"
- ONEREPO="`echo "$ONEDEPSLIST" | grep -o 'Packages.*' | sed -e 's%Packages\\-%%'`"
- DEP_CNT=0
- while IFS="|" read F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12 ETC
- do
- DEP_NAME=$F1
- DEP_SIZE=$F6
- DEP_DESCR=$F10
- DEP_CNT=$(( $DEP_CNT + 1))
- if [ $DEP_CNT -gt 100 ] ; then
- echo -n "<text use-markup=\"true\"><label>\"<b>$(gettext 'SORRY! Too many dependencies, list truncated. Suggest click Cancel button and install some deps first.')</b>\"</label></text>" >> /tmp/petget_proc/petget_moreframes #120907
- break
- else
- echo -n "<checkbox><default>true</default><label>${DEP_NAME} SIZE: ${DEP_SIZE}B [${DEP_DESCR}]</label><variable>CHECK_PKG_${ONEREPO}_${DEP_NAME}</variable></checkbox>" >> /tmp/petget_proc/petget_moreframes
- fi
- ADDSIZEK=0
- [ "$DEP_SIZE" != "" ] && ADDSIZEK=${DEP_SIZE%[A-Z]} #remove suffix: K M B .. etc
- INSTALLEDSIZEK=$(echo "$INSTALLEDSIZEK + $ADDSIZEK" | bc )
- echo "$INSTALLEDSIZEK" > /tmp/petget_proc/petget_installedsizek
- done < $ONEDEPSLIST
- INSTALLEDSIZEK=`cat /tmp/petget_proc/petget_installedsizek`
- done
- MOREFRAMES="`cat /tmp/petget_proc/petget_moreframes`"
- INSTALLEDSIZEM=$(echo "$INSTALLEDSIZEK / 1024" | bc)
- MSGWARN2="$(gettext "If that looks OK, click the 'Install' button...")"
- testSIZEK=$(echo "$INSTALLEDSIZEK / 3" | bc )
- testSIZEK=$(echo "$INSTALLEDSIZEK + $testSIZEK" | bc)
- testSIZEK=$(echo "$testSIZEK + 8000" | bc)
- testSIZEK=$(printf "%.0f\n" $testSIZEK) #https://bits.mdminhazulhaque.io/linux/round-number-in-bash-script.html
- [ $testSIZEK -gt $SIZEFREEK ] && MSGWARN2="$(gettext "Not too good! recommend that you make more space before installing -- see 'Resize personal storage file' in the 'Utility' menu.")"
- if [ ! -f /tmp/petget_proc/install_quietly ]; then
- export DEPS_DIALOG="<window title=\"$(gettext 'Puppy Package Manager: dependencies')\" icon-name=\"gtk-about\">
- <vbox>
- <frame REPOSITORY: ${MAIN_REPO}>
- ${MAIN_CHK}
- </frame>
- <frame Dependencies>
- <hbox space-expand=\"true\" space-fill=\"true\">
- <vbox scrollable=\"true\" shadow-type=\"0\" border-width=\"10\" space-expand=\"true\" space-fill=\"true\">
- ${MOREFRAMES}
- </vbox>
- </hbox>
- </frame>
- <hbox>
- <text space-expand=\"true\" space-fill=\"true\"><label>Number of missing depedencies: $DEP_CNT</label></text>
- <button space-expand=\"true\" space-fill=\"false\">
- <input file stock=\"gtk-dialog-info\"></input>
- <label>$(gettext 'View hierarchy of dependencies')</label>
- <action>/usr/local/bin/defaulttextviewer /tmp/petget_proc/petget_deps_visualtreelog & </action>
- </button>
- </hbox>
- <frame>
- <hbox space-expand=\"true\" space-fill=\"true\">
- <text space-expand=\"true\" space-fill=\"true\"><label>$(gettext "Sometimes Puppy's automatic dependency checking comes up with a list that may include packages that don't really need to be installed, if you spot one that does not need to be installed, then un-tick it.")</label></text>
- </hbox>
- <hbox space-expand=\"true\" space-fill=\"true\">
- <text use-markup=\"true\"><label>\"<b>$(gettext 'If all of the above packages are selected, the total installed size will be') ${INSTALLEDSIZEM}MB. $(gettext 'Free space:') ${SIZEFREEM}MB. ${MSGWARN2}</b>\"</label></text>
- </hbox>
- </frame>
- <hbox space-expand=\"true\" space-fill=\"true\">
- <button>
- <input file stock=\"gtk-go-down\"></input>
- <label>$(gettext 'DOWNLOAD ONLY')</label>
- <action type=\"exit\">BUTTON_PKGS_DOWNLOADONLY</action>
- </button>
- <button>
- <input file stock=\"gtk-go-down\"></input>
- <label>$(gettext 'INSTALL selected pkgs')</label>
- <action type=\"exit\">BUTTON_PKGS_INSTALL</action>
- </button>
- <button cancel></button>
- </hbox>
- </vbox>
- </window>
- "
- RETPARAMS="`gtkdialog --center --program=DEPS_DIALOG`"
- eval "$RETPARAMS"
- case $EXIT in abort|Cancel)
- exit 100 ;;
- esac
- else
- if [ ! -f /tmp/petget_proc/download_pets_quietly ]; then
- xEXIT="BUTTON_PKGS_INSTALL"
- else
- xEXIT="BUTTON_PKGS_DOWNLOADONLY"
- fi
- DEPS_TOINSTALL=$(sed 's/<variable>/\n/g' /tmp/petget_proc/petget_moreframes \
- |grep ^CHECK_PKG_ | cut -f1 -d '<' | sed 's/$/=\"true\"/')
- PKG_TOINSTALL=CHECK_PKG_${MAIN_REPO}_${MAINPKG_NAME}="true"
- RETPARAMS="$DEPS_TOINSTALL
- $PKG_TOINSTALL
- EXIT=$xEXIT"
- [ "$DEPS_TOINSTALL" != "" ] && echo "$DEPS_TOINSTALL" | cut -f 1 -d '=' \
- | cut -f 4-10 -d '_' >> /tmp/petget_proc/pkgs_to_install_done
- rm -f /tmp/petget_proc/petget_moreframes
- fi
- #example if 'Install' button clicked:
- #CHECK_PKG_slackware-12.2-official_libtermcap-1.2.3="true"
- #CHECK_PKG_slackware-12.2-official_pygtk-2.12.1="true"
- #CHECK_PKG_slackware-12.2-slacky_beagle-0.3.9="true"
- #CHECK_PKG_slackware-12.2-slacky_libgdiplus-2.0="true"
- #CHECK_PKG_slackware-12.2-slacky_libgdiplus-2.2="true"
- #CHECK_PKG_slackware-12.2-slacky_mono-2.2="true"
- #CHECK_PKG_slackware-12.2-slacky_monodoc-2.0="true"
- #EXIT="BUTTON_PKGS_INSTALL"
- if [ "`echo "$RETPARAMS" | grep '^EXIT' | grep -E 'BUTTON_PKGS_INSTALL|BUTTON_PKGS_DOWNLOADONLY'`" != "" ];then
- #remove any unticked pkgs from the list...
- for ONECHK in `echo "$RETPARAMS" | grep '^CHECK_PKG_' | grep '"false"' | tr '\n' ' '`
- do
- ONEREPO="`echo -n "$ONECHK" | cut -f 1 -d '=' | cut -f 3 -d '_'`" #ex: slackware-12.2-slacky
- ONEPKG="`echo -n "$ONECHK" | cut -f 1 -d '=' | cut -f 4-9 -d '_'`" #ex: libtermcap-1.2.3
- opPATTERN='^'"$ONEPKG"'|'
- grep -v "$opPATTERN" /tmp/petget_proc/petget_missing_dbentries-Packages-${ONEREPO} > /tmp/petget_proc/petget_tmp
- mv -f /tmp/petget_proc/petget_tmp /tmp/petget_proc/petget_missing_dbentries-Packages-${ONEREPO}
- done
- else
- [ -f /tmp/petget_proc/petget/current-repo-triad.previous ] && mv -f /tmp/petget_proc/petget/current-repo-triad.previous /tmp/petget_proc/petget/current-repo-triad #120504
- exit
- fi
- fi
- #come here, want to install pkg(s)...
- #DB_ENTRY has the database entry of the main package that we want to install.
- #DB_FILE has the name of the database file that has the main entry, ex: Packages-slackware-12.2-slacky
- #TREE1 is name of main pkg, ex: abiword-1.2.3
- #check to see if main pkg entry already in install-lists...
- touch /tmp/petget_proc/petget_missing_dbentries-${DB_FILE} #create if doesn't exist.
- mPATTERN='^'"$TREE1"'|'
- if [ "`grep "$mPATTERN" /tmp/petget_proc/petget_missing_dbentries-${DB_FILE}`" = "" ];then
- echo "$DB_ENTRY" >> /tmp/petget_proc/petget_missing_dbentries-${DB_FILE}
- fi
- #now do the actual install...
- PASSEDPRM=""
- if [ -f /tmp/petget_proc/download_only_pet_quietly ]; then
- PASSEDPRM="DOWNLOADONLY"
- touch /tmp/petget_proc/manual_pkg_download
- fi
- /usr/local/petget/downloadpkgs.sh $PASSEDPRM
- if [ $? -ne 0 ];then
- if [ -f /tmp/petget_proc/petget/current-repo-triad.previous ] ; then
- mv -f /tmp/petget_proc/petget/current-repo-triad.previous /tmp/petget_proc/petget/current-repo-triad #120504
- fi
- exit 1
- fi
- [ "$PASSEDPRM" = "DOWNLOADONLY" ] && exit
- if [ -f /tmp/petget_proc/install_pets_quietly ]; then
- LEFT=$(cat /tmp/petget_proc/pkgs_left_to_install | wc -l)
- [ "$LEFT" -le 1 ] && UPDATE_MENUS=yes
- else
- UPDATE_MENUS=yes
- fi
- if [ "$UPDATE_MENUS" = "yes" ]; then
- INSTALLEDCAT="menu" #any string.
- [ "`cat /tmp/petget_proc/petget-installed-pkgs-log | grep -o 'CATEGORY' | grep -v 'none'`" = "" ] && INSTALLEDCAT="none"
- RESTARTMSG="$(gettext 'Please wait, updating help page and menu...')"
- [ "$INSTALLEDCAT" = "none" ] && RESTARTMSG="$(gettext 'Please wait, updating help page...')"
- if [ ! -f /tmp/petget_proc/install_quietly ]; then
- /usr/lib/gtkdialog/box_splash -text "${RESTARTMSG}" &
- X3PID=$!
- fi
- fi
- #w091019 update image cache...
- iUPDATE='no'
- for iONE in `cat /tmp/petget_proc/petget_missing_dbentries-* | cut -f 1 -d '|' | tr '\n' ' '`
- do
- if [ -f /root/.packages/${iONE}.files ]; then
- [ "`grep 'usr/share/icons/hicolor' /root/.packages/${iONE}.files`" != "" ] \
- && echo yes >> /tmp/petget_proc/iUPDATE
- fi
- done
- if [ "$UPDATE_MENUS" = "yes" ]; then
- if [ "$(grep yes /tmp/petget_proc/iUPDATE)" != "" ]; then \
- gtk-update-icon-cache -f /usr/share/icons/hicolor/
- rm -f /tmp/petget_proc/iUPDATE
- fi
- fi
- #Reconstruct configuration files for JWM, Fvwm95, IceWM...
- if [ "$UPDATE_MENUS" = "yes" -a "$INSTALLEDCAT" != "none" ];then
- nohup /usr/sbin/fixmenus
- [ "`pidof jwm`" != "" ] && { jwm -reload || jwm -restart ; }
- fi
- [ ! -f /tmp/petget_proc/install_quietly ] && kill $X3PID || echo
- #120905 restore...
- #120903 ubuntu, have lots pkgs installed, this takes ages. remove for now, need to rewrite in C...
- #check any missing shared libraries...
- PKGS="`cat /tmp/petget_proc/petget_missing_dbentries-* | cut -f 1 -d '|' | tr '\n' '|'`"
- /usr/local/petget/check_deps.sh $PKGS
- [ -f /tmp/petget_proc/petget/current-repo-triad.previous ] && mv -f /tmp/petget_proc/petget/current-repo-triad.previous /tmp/petget_proc/petget/current-repo-triad #120504
- rm -f nohup.out 2>/dev/null
- ###END###
Advertisement
Add Comment
Please, Sign In to add comment