diff options
| author | Dmitry Kozlov <xeb@mail.ru> | 2018-01-06 20:56:52 +0300 |
|---|---|---|
| committer | Dmitry Kozlov <xeb@mail.ru> | 2018-01-06 20:56:52 +0300 |
| commit | 7cf52228f39c78bda7d2402faf8faf4ee7d4a6e5 (patch) | |
| tree | fedd697ea85b86a3351a552c86af7e9d0f4b4f0a /cmake/debian/postinst | |
| parent | e6c7f245411e9ddd8781315b4e2359f418e4339d (diff) | |
| download | accel-ppp-7cf52228f39c78bda7d2402faf8faf4ee7d4a6e5.tar.gz accel-ppp-7cf52228f39c78bda7d2402faf8faf4ee7d4a6e5.zip | |
cmake: reworked debian related package generation rules
Diffstat (limited to 'cmake/debian/postinst')
| -rwxr-xr-x | cmake/debian/postinst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/debian/postinst b/cmake/debian/postinst index cc381815..0c38b0d7 100755 --- a/cmake/debian/postinst +++ b/cmake/debian/postinst @@ -5,4 +5,6 @@ chmod +x /etc/init.d/accel-ppp mkdir /var/log/accel-ppp > /dev/null 2>&1 mkdir /var/lib/accel-ppp > /dev/null 2>&1 +depmod + exit 0 |
