File: apt-cudf.postinst

package info (click to toggle)
dose3 5.0.1-8%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,720 kB
  • ctags: 3,529
  • sloc: ml: 16,272; python: 467; ansic: 433; makefile: 392; sh: 167; perl: 101
file content (11 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -e

# Will be invoked both at apt-cudf configuration time and each time the trigger
# monitoring CUDF solver dir (usually /usr/share/cudf/solvers/) is activated.
#
update-cudf-solvers

#DEBHELPER#

exit 0