diff --git a/Cargo.toml b/Cargo.toml index 59aba3b..7e9d378 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ shellexpand = "2.1" [package.metadata.deb] license-file = "LICENSE" -maintainer-scripts = "build/debian/scripts" +maintainer-scripts = "build/scripts" depends = "ffmpeg (>= 4)" section = "video" assets = [ @@ -35,6 +35,6 @@ assets = [ { source = "build/etc/example.toml", dest = "/etc/adept/example.toml", mode = "755"}, { source = "README.md", dest = "/usr/share/doc/adept/README", mode = "644"} ] -post_install_script = "build/script/postinst" +post_install_script = "build/scripts/postinst" [package.metadata.generate-rpm.requires] ffmpeg = ">= 4"