summarylogtreecommitdiffstats
path: root/install.bash
blob: 2c26b1f8965383bdb5d7bd76894360cb589dbc45 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

pre_install() {
  # old versions of the script generated and installed
  # the hook, now it is part of this package, so we
  # remove the old hook, to avoid duplicates.
  [[ -f /usr/share/libalpm/hooks/vivaldi-UI-js.hook ]] \
    && rm /usr/share/libalpm/hooks/vivaldi-UI-js.hook
}