File manager - Edit - /lib/rpm/appdata.prov
Error occurred
Back
#!/bin/sh # # Transform appdata xml file into RPM appdata(filename) provides # # Author: Michael Schroeder <mls@suse.de> # Based on other provides scripts from RPM OLD_IFS="$IFS" while read instfile ; do case "$instfile" in *.appdata.xml) echo "appdata()" echo "appdata(${instfile##*/appdata/})" ;; esac done IFS=$OLD_IFS
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings