mirror of
https://github.com/naruxde/revpipyload.git
synced 2026-05-16 06:17:23 +02:00
63c014c5df
Removed postinst message for upgrade from 0.6.5
15 lines
119 B
Bash
Executable File
15 lines
119 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
|
|
|
case "$1" in
|
|
configure)
|
|
;;
|
|
esac
|
|
|
|
#DEBHELPER#
|
|
|
|
exit 0
|