diff options
author | Mattias Andrée <maandree@kth.se> | 2021-02-20 12:30:39 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-02-20 12:30:39 +0100 |
commit | 91ce6e5c4f74605b272eef58383a6e0b6076056d (patch) | |
tree | d3e1384608e1a461cef29b4064162e486f09c84f /solar-python/solar-python.install | |
parent | Update blue (diff) | |
download | aur-packages-91ce6e5c4f74605b272eef58383a6e0b6076056d.tar.gz aur-packages-91ce6e5c4f74605b272eef58383a6e0b6076056d.tar.bz2 aur-packages-91ce6e5c4f74605b272eef58383a6e0b6076056d.tar.xz |
Update solar-python
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | solar-python/solar-python.install | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/solar-python/solar-python.install b/solar-python/solar-python.install deleted file mode 100644 index 0227091..0000000 --- a/solar-python/solar-python.install +++ /dev/null @@ -1,20 +0,0 @@ -_file="solar-python" - -infodir="usr/share/info" -file="${_file}.info" - - -post_install() { - [[ -x "usr/bin/install-info" ]] || return 0 - install-info -- "${infodir}/${file}" "${infodir}/dir" 2> /dev/null -} - -post_upgrade() { - post_install "$1" -} - -pre_remove() { - [[ -x "usr/bin/install-info" ]] || return 0 - install-info --delete -- "${infodir}/${file}" "${infodir}/dir" 2> /dev/null -} - |