8 lines
105 B
Bash
Executable File
8 lines
105 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
dpkg-maintscript-helper rm_conffile /etc/needrestart/hook.d/30-pacman 3.6-4 -- "$@"
|
|
|
|
|