-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchkdsk.prj
90 lines (67 loc) · 1.53 KB
/
chkdsk.prj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
[NAME]
name=chkdsk
[VERSION]
version=0.2
[RELEASE]
release=1.mrx9
[GROUP]
group=Applications/File
[DESCRIPTION]
0=Bash script for automatic error correction on NTFS partitions in Linux
1=Just run the command with 'su' privileges: chkdsk
2=---
3=More information: /usr/share/doc/package_name/repack.txt
[MAINTAINER]
maintainer=Alex Kotov
[VENDOR]
vendor=alex_q_2000 (C) 2022
[SUMMARY]
summary=Fixing errors on NTFS partitions in Linux
[URLCOPY]
urlcopy=https://github.com/AKotov-dev/chkdsk
[LICENSE]
license=GPLv3
[DEPS]
deps=ntfs-3g
[META]
meta=0
[NOARCH]
noarch=1
[SIGN]
sign=0
[DEB]
deb=1
[FILES]
0=/usr/bin/chkdsk
1=/usr/share/doc/chkdsk/
[AFTERINSTALL]
0=#!/bin/bash
1=#ldconfig
2=#update-desktop-database -q /usr/share/applications
3=#update-mime-database /usr/share/mime
4=#gtk-update-icon-cache -q -f /usr/share/icons/hicolor
[AFTERREMOVE]
0=#!/bin/bash
1=#ldconfig
2=#update-desktop-database -q /usr/share/applications
3=#update-mime-database /usr/share/mime
4=#gtk-update-icon-cache -q -f /usr/share/icons/hicolor
[URL32]
url32=https://github.com/AKotov-dev/chkdsk
[URL64]
url64=
[PROGRAMNAME]
programname=chkdsk
[DEVTOOL]
devtool=Shell
[TOOLVERSION]
toolversion=unknown
[INFO]
0=Bash script for automatic error correction on ntfs partition in Linux
1=Just run the command with 'su' privileges: chkdsk
2=
3=Sample (RU): https://greendail.ru/node/ispravlenie-oshibok-na-ntfs-razdele-v-linux
4=Sample (EN): https://askubuntu.com/questions/783324/checking-a-ntfs-drive-with-linux
5=
6=v0.2-1
7=+ fixed multiple NTFS partition search